From 5a513f49d167cd9dba82fb8bebd598e741eb472d Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Tue, 16 Dec 2025 11:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/mybatis/ma/QRCodeMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/mybatis/ma/QRCodeMapper.xml b/resources/mybatis/ma/QRCodeMapper.xml index c1f37e9..056a927 100644 --- a/resources/mybatis/ma/QRCodeMapper.xml +++ b/resources/mybatis/ma/QRCodeMapper.xml @@ -57,6 +57,9 @@ LEFT JOIN mm_type mtt ON mtt.ID = mt.PARENT_ID WHERE mt.IS_COUNT = '0' AND wnd.CHECK_STATUS BETWEEN 4 AND 30 and wta.TASK_ID = #{param.taskId} AND wta.IS_ACTIVE = 1 AND wnd.IS_ACTIVE = 1 + + and wnd.MODEL_ID = #{param.maModelId} + GROUP BY wnd.MODEL_ID