guoyuji
2024-07-17 c395b0bda650f94bc25bf1fcf8f50abae5b0966f
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>