north-glass-erp/src/main/resources/mapper/pp/ProductionScheduling.xml
@@ -289,4 +289,8 @@ order by ps.id desc limit #{offset},#{pageSize}; </select> <update id="cancelReviewSchedulingMp"> update production_scheduling set review_status=0 where scheduling_id = #{schedulingId} </update> </mapper>