yumeng 1 年之前
父节点
当前提交
e489c55c89
共有 1 个文件被更改,包括 3 次插入3 次删除
  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">