|
@@ -582,11 +582,11 @@ |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
<update id="reducePoints" parameterType="java.util.HashMap"> |
|
|
<update id="reducePoints" parameterType="java.util.HashMap"> |
|
|
UPDATE wx_c_user_basic_info set points = points - #{reductPoints} where id = #{id} |
|
|
|
|
|
|
|
|
UPDATE wx_c_user_basic_info set poins = poins - #{reductPoints} where id = #{id} |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
<update id="addPoints" parameterType="java.util.HashMap"> |
|
|
<update id="addPoints" parameterType="java.util.HashMap"> |
|
|
UPDATE wx_c_user_basic_info set points = points + #{addPoints} where id = #{id} |
|
|
|
|
|
|
|
|
UPDATE wx_c_user_basic_info set poins = poins + #{addPoints} where id = #{id} |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
</mapper> |
|
|
</mapper> |