From 47f589a3a5f3803d32fc41cede9ae4b082179008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Sat, 20 Jul 2024 10:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E9=97=A8=E7=B2=BE=E9=80=89=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E4=BC=81=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/artificer/MassageTypeDao.xml | 1 + 1 file changed, 1 insertion(+) 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})