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">