diff --git a/src/main/resources/mapper/artificer/MassageTypeDao.xml b/src/main/resources/mapper/artificer/MassageTypeDao.xml index 7c66728..c2f76a2 100644 --- a/src/main/resources/mapper/artificer/MassageTypeDao.xml +++ b/src/main/resources/mapper/artificer/MassageTypeDao.xml @@ -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 and m.massage_type_id not in (select massage_type_id from artificer_massage where artificer_id=#{artificerId})