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