修改BUG

This commit is contained in:
曹磊 2024-08-22 17:20:59 +08:00
parent 16411984cf
commit 6ab2953c21
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@
from massage_type a from massage_type a
left join sys_dict b on a.classify_id = b.id left join sys_dict b on a.classify_id = b.id
where a.status = 1 where a.status = 1
and a.parent_id = 0
<if test="params.city!=null and params.city!=''"> <if test="params.city!=null and params.city!=''">
and (a.city like concat('%',#{params.city},'%') or a.city='不限') and (a.city like concat('%',#{params.city},'%') or a.city='不限')
</if> </if>