From cf11a4901727ddff432bdec4b7c188d00a363446 Mon Sep 17 00:00:00 2001 From: GUO <1923636941@qq.com> Date: Wed, 24 Apr 2024 01:49:42 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/zhgd/xmgl/modules/worker/mapper/xml/TeamInfoMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/TeamInfoMapper.xml b/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/TeamInfoMapper.xml index 9765e9fff..65f14decc 100644 --- a/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/TeamInfoMapper.xml +++ b/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/TeamInfoMapper.xml @@ -10,6 +10,7 @@ and enterprise_id=#{enterpriseId} + and person_type=1 group by team_id ) b ON a.id=b.team_id WHERE a.project_sn=#{projectSn}