|
|
@@ -76,7 +76,7 @@ public interface FsStoreCouponUserScrmMapper
|
|
|
"and (find_in_set( #{maps.packageCateId},c.package_cate_ids) or c.package_cate_ids=0) " +
|
|
|
"</if>" +
|
|
|
"<if test = 'maps.useMinPrice != null '> " +
|
|
|
- "and cu.use_min_price < #{maps.useMinPrice} " +
|
|
|
+ "and cu.use_min_price <= #{maps.useMinPrice} " +
|
|
|
"</if>" +
|
|
|
"<if test = 'maps.couponType != null '> " +
|
|
|
"and c.type = #{maps.couponType} " +
|