@@ -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">