change - 派工按照计划状态排序

master
yinq 4 months ago
parent 106a314a38
commit 2957328815

@ -364,7 +364,7 @@
<if test="planStatus != null and planStatus != ''">and mpp.plan_status = #{planStatus}</if>
<if test="incompleteFlag != null and incompleteFlag != ''">and mpp.plan_status in ('1','2')</if>
</where>
order by mpp.plan_id desc
order by mpp.plan_status, mpp.plan_id desc
</select>

Loading…
Cancel
Save