Commit e7f5ac1810ddce6928ecbe43523aabc2a6035351
1 parent
5ecbfb36ca
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml
View file @
e7f5ac1
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | </sql> |
| 25 | 25 | |
| 26 | 26 | <select id="findUserCoupon" parameterType="map" resultMap="couponInfoMap"> |
| 27 | - select * from coupon_info where user_id = #{user_id} and sequence_id = #{code} | |
| 27 | + select * from coupon_info where user_id = #{userId} and sequence_id = #{code} | |
| 28 | 28 | </select> |
| 29 | 29 | |
| 30 | 30 | <select id="getUserName" parameterType="string" resultType="string"> |