记得上下班打卡 | git大法好,push需谨慎

Commit d67ebfcb authored by 张国柄's avatar 张国柄

fix:券筛选去除券规则状态判断;

parent 96e0b48c
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
FROM candy_coupon cc FROM candy_coupon cc
LEFT JOIN candy_coupon_rule ccr ON cc.coupon_id = ccr.coupon_id LEFT JOIN candy_coupon_rule ccr ON cc.coupon_id = ccr.coupon_id
<where> <where>
cc.state = 1 AND ccr.state = 1 cc.state = 1
<if test="couType != null"> <if test="couType != null">
AND cc.cou_type=#{couType,jdbcType=SMALLINT} AND cc.cou_type=#{couType,jdbcType=SMALLINT}
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment