@@ -395,7 +395,7 @@
UPDATE
cm_order
SET
- STATUS = 6,
+ status = 6,
updateDate = NOW(),
closeReason = #{reason},
closeTime = NOW()
@@ -406,9 +406,8 @@
cm_shop_order
- STATUS = 4,
+ shopStatus = 4,
updateTime = NOW(),
- closeReason = #{reason},
WHERE
orderID = #{orderId}