Commit 42c59990 authored by alex yao's avatar alex yao

fix: 问题联想

parent d537bf8e
SELECT id, question FROM biz_ai_dialogues_problem_association
where
1=1
<<question LIKE CONCAT('',:question,'%')>>
\ No newline at end of file
<<and question LIKE CONCAT('',:question,'%')>>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment