lengfaqiang пре 2 година
родитељ
комит
d61571304d

+ 1 - 1
slope-modules/slope-detection/src/main/resources/mapper/mysql/KwsProjectDeviceMapper.xml

@@ -192,7 +192,7 @@ WHERE
         AND b.del_flag = 0
         and c.del_flag = 0
         and d.del_flag
-        and a.project_id = #{id}
+        and b.id = #{id}
   </select>
 
     <select id="selectIntegrationItemByProjectId" resultType="com.sckw.slope.detection.model.vo.IntegrationItemVO">