yumeng 1 year ago
parent
commit
e489c55c89
1 changed files with 3 additions and 3 deletions
  1. 3 3
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

+ 3 - 3
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -18,10 +18,10 @@
 
 
     </update>
-    update kuaishou_supply_chain set order_status = #{cpsOrderStatus},total_regimental_settle_amount = regimental_promotion_amount
-    where oid = #{oid}
-    <update id="updateOrderRegimentalSettleAmount">
 
+    <update id="updateOrderRegimentalSettleAmount">
+   update kuaishou_supply_chain set order_status = #{cpsOrderStatus},total_regimental_settle_amount = regimental_promotion_amount
+    where oid = #{oid}
     </update>
 
     <update id="updateItem">