前端:优惠劵领取界面(完成)

This commit is contained in:
YunaiV
2019-04-07 22:00:12 +08:00
parent 6cee744ec1
commit 315dec741f
13 changed files with 145 additions and 25 deletions

View File

@@ -149,4 +149,11 @@
WHERE id = #{id}
</update>
<update id="updateStatFetchNumIncr" parameterType="Integer">
UPDATE coupon_template
SET stat_fetch_Num = stat_fetch_Num + 1
WHERE id = #{id}
AND total > stat_fetch_Num
</update>
</mapper>