热门精选去掉企业
This commit is contained in:
parent
a52b4f2e14
commit
47f589a3a5
|
@ -24,6 +24,7 @@
|
||||||
from massage_type m
|
from massage_type m
|
||||||
left join sys_dict s on s.id=m.classify_id
|
left join sys_dict s on s.id=m.classify_id
|
||||||
where 1=1
|
where 1=1
|
||||||
|
and ifnull(qy_type,0) = 0
|
||||||
<if test="artificerId!=null">
|
<if test="artificerId!=null">
|
||||||
and m.massage_type_id not in (select massage_type_id from artificer_massage where artificer_id=#{artificerId})
|
and m.massage_type_id not in (select massage_type_id from artificer_massage where artificer_id=#{artificerId})
|
||||||
</if>
|
</if>
|
||||||
|
|
Loading…
Reference in New Issue