|
|
@@ -121,7 +121,7 @@ |
|
|
from wx_coupon c where type=9 |
|
|
from wx_coupon c where type=9 |
|
|
) c |
|
|
) c |
|
|
<where> |
|
|
<where> |
|
|
<if test=" null != couponId "> |
|
|
|
|
|
|
|
|
<if test=" null != couponId and ''!=couponId"> |
|
|
and c.coupon_id=#{couponId} |
|
|
and c.coupon_id=#{couponId} |
|
|
</if> |
|
|
</if> |
|
|
</where> |
|
|
</where> |
|
|
|