From d6a1f0fe5680a11d6793fea01d0b3851b6ee51ac Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Mon, 30 Sep 2024 09:09:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8A=E8=BD=A6=E7=9B=91=E6=8E=A7=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E9=80=89=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/CraneMonitorMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-app/src/main/resources/mapper/CraneMonitorMapper.xml b/bonus-modules/bonus-app/src/main/resources/mapper/CraneMonitorMapper.xml index 34c4e1b..1c4c754 100644 --- a/bonus-modules/bonus-app/src/main/resources/mapper/CraneMonitorMapper.xml +++ b/bonus-modules/bonus-app/src/main/resources/mapper/CraneMonitorMapper.xml @@ -89,7 +89,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" SELECT DISTINCT tpp.id,tpp.power_name AS name FROM tb_project_power tpp - LEFT JOIN tb_dev_ly tdl ON tpp.id = tdl.power_id + LEFT JOIN tb_dev_ly tdl ON tpp.id = tdl.gt_id WHERE tpp.pro_id = #{id} AND tpp.del_flag = 0 AND tdl.team_id = #{teamId}