修改BUG
This commit is contained in:
parent
16411984cf
commit
6ab2953c21
|
@ -96,6 +96,7 @@
|
|||
from massage_type a
|
||||
left join sys_dict b on a.classify_id = b.id
|
||||
where a.status = 1
|
||||
and a.parent_id = 0
|
||||
<if test="params.city!=null and params.city!=''">
|
||||
and (a.city like concat('%',#{params.city},'%') or a.city='不限')
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue