修改排序

This commit is contained in:
haozq 2025-01-21 14:43:31 +08:00
parent 788480ddd1
commit 53e2090ac4
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
<if test="keyWord!=null and keyWord!=''">
AND ( stc.code like concat('%',#{keyWord},'%') or
stc.name like concat('%',#{keyWord},'%') or
stc.sup_name like cconcat('%',#{keyWord},'%')
stc.sup_name like concat('%',#{keyWord},'%')
)
</if>
<if test="status!=null and status!=''">