@@ -256,7 +256,7 @@
</update>
<update id="updateByPlanIds">
- update imcs_p_plan set draft_flag = '0',plan_status = '3',scheduling_status='1',produce_status='1'
+ update imcs_p_plan set draft_flag = '0',plan_status = '2',scheduling_status='1',produce_status='1'
where id in (${planIds})