热门精选去掉企业

This commit is contained in:
曹磊 2024-07-20 10:44:14 +08:00
parent a52b4f2e14
commit 47f589a3a5
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
from massage_type m
left join sys_dict s on s.id=m.classify_id
where 1=1
and ifnull(qy_type,0) = 0
<if test="artificerId!=null">
and m.massage_type_id not in (select massage_type_id from artificer_massage where artificer_id=#{artificerId})
</if>