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}