Commit a76ac1d6 authored by litengwei's avatar litengwei

bug修改

parent 5e20a757
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
AND ptd.id = #{planTaskId} and pptd.status = #{planTaskDetailStatus} AND ptd.id = #{planTaskId} and pptd.status = #{planTaskDetailStatus}
) temp2 on(temp1.point_id = temp2.pointId ) temp2 on(temp1.point_id = temp2.pointId
AND temp1.route_id = temp2.routeId) AND temp1.route_id = temp2.routeId)
GROUP BY pointName
</select> </select>
<!-- 巡检执行情况统计分页用 --> <!-- 巡检执行情况统计分页用 -->
<select id="countChkExListData" resultType="long"> <select id="countChkExListData" resultType="long">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment