|
@@ -187,12 +187,6 @@
|
|
|
SET payStatus = #{payStatus}
|
|
|
WHERE orderID = #{orderId}
|
|
|
</update>
|
|
|
- <update id="updateUserMoney">
|
|
|
- UPDATE USER
|
|
|
- SET userMoney = #{userMoney},
|
|
|
- ableUserMoney = #{ableUserMoney}
|
|
|
- WHERE userID = #{userId}
|
|
|
- </update>
|
|
|
<update id="updateCouponRecord">
|
|
|
update cm_coupon_buyrecord
|
|
|
set payStatus = 1
|