Commit 03061535 authored by litengwei's avatar litengwei

计划巡检巡检点排序

parent ef7e8455
......@@ -464,7 +464,7 @@
WHERE
p.is_delete = 0
<if test="planTaskId != null and planTaskId > 0 ">and pt.id = #{planTaskId}</if>
ORDER BY orderNo
ORDER BY is_finish asc
</select>
<select id="getCurrentPlanTaskCount" resultType="int" parameterType="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