mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2026-06-02 11:50:11 +08:00
1、若干个细节修改;2、更新SQL脚本,t_dict_key 的 key_code 值错误
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user