zhijiezhao hace 3 años
padre
commit
141a6f62ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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