|
|
@@ -115,6 +115,9 @@ |
|
|
<if test=" null != couponId and ''!=couponId"> |
|
|
<if test=" null != couponId and ''!=couponId"> |
|
|
and c.coupon_id=#{couponId} |
|
|
and c.coupon_id=#{couponId} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test=" null != title and ''!=title"> |
|
|
|
|
|
and c.title like concat('%',#{title},'%') |
|
|
|
|
|
</if> |
|
|
</where> |
|
|
</where> |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|