zhijiezhao 3 vuotta sitten
vanhempi
commit
141a6f62ff
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/resources/mapper/PayOrderMapper.xml

+ 1 - 1
src/main/resources/mapper/PayOrderMapper.xml

@@ -123,7 +123,7 @@
         where id = #{recordId}
     </update>
     <update id="bugFix">
-        UPDATE USER SET userMoney = 0 WHERE userId = #{userId}
+        UPDATE USER SET userMoney = ableUserMoney WHERE userId = #{userId}
     </update>
     <select id="getPayOnLineSwitch" resultType="java.lang.Integer">
         SELECT STATUS FROM cm_pay_online_switch WHERE id=1