yumeng 1 год назад
Родитель
Сommit
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">