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> @@ -368,4 +375,8 @@ having count(a.order_number) > 1 </select> <select id="searchOrderWarehousing"> select warehousing from `order` where order_id = #{orderId} </select> </mapper>