Commit 35cb0f92 authored by fanjr's avatar fanjr

修改

parent 64133d3e
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
invalid_date,a.status, c.name invalid_date,a.status, c.name
from t_aidea_coupon_record a from t_aidea_coupon_record a
inner join t_aidea_Check_coupon c on a.coupon_Id = c.id inner join t_aidea_Check_coupon c on a.coupon_Id = c.id
where a.del_flag = 0 and a.status=1 where a.del_flag = 0 and (a.status=1 or a.status=0)
<if test="openId!=null"> <if test="openId!=null">
and a.openid = #{openId} and a.openid = #{openId}
</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