chenlu
2025-02-13 c25ef736f5b3701cc91ac88e9d278b45d9b4035c
north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
@@ -330,6 +330,13 @@
        where order_id = #{id}
    </update>
    <update id="backReviewOrderById">
        update `order` set order_review = 0,
                           verifier_id = null,
                           verifier = null
        where order_id = #{id}
    </update>
    <update id="reviewProcessById">
        update `order` set process_review = #{status} where order_id = #{id}
    </update>