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