1、若干个细节修改;2、更新SQL脚本,t_dict_key 的 key_code 值错误

This commit is contained in:
zhoumingfa
2025-03-28 21:19:27 +08:00
parent 5fb1456080
commit b72f58a0bb
12 changed files with 17 additions and 28 deletions

View File

@@ -9,7 +9,7 @@
<if test="query.searchWord != null and query.searchWord != '' ">
AND (
INSTR(feedback_content,#{query.searchWord})
OR INSTR(create_name,#{query.searchWord})
OR INSTR(user_name,#{query.searchWord})
)
</if>
<if test="query.startDate != null">