|
@@ -9,18 +9,15 @@
|
|
|
(#{itemId},#{userId},#{nikeName})
|
|
|
</insert>
|
|
|
<update id="updateOrder">
|
|
|
-
|
|
|
- update kuaishou_supply_chain set order_status = #{cpsOrderStatus}
|
|
|
- where oid = #{oid}
|
|
|
update kuaishou_supply_chain
|
|
|
set order_status = #{cpsOrderStatus}
|
|
|
where oid = #{oid}
|
|
|
-
|
|
|
-
|
|
|
</update>
|
|
|
|
|
|
<update id="updateOrderRegimentalSettleAmount">
|
|
|
- update kuaishou_supply_chain set order_status = #{cpsOrderStatus},total_regimental_settle_amount = regimental_promotion_amount
|
|
|
+ update kuaishou_supply_chain
|
|
|
+ set order_status = #{cpsOrderStatus},
|
|
|
+ total_regimental_settle_amount = regimental_promotion_amount
|
|
|
where oid = #{oid}
|
|
|
</update>
|
|
|
|