|
|
@ -380,7 +380,7 @@ public class HighCouponServiceImpl implements HighCouponService { |
|
|
|
criteria.andCouponSourceNotEqualTo(MapUtils.getInteger(map, "notCouponSource")); |
|
|
|
criteria.andCouponSourceNotEqualTo(MapUtils.getInteger(map, "notCouponSource")); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
example.setOrderByClause("display_area desc"); |
|
|
|
example.setOrderByClause("create_time"); |
|
|
|
List<HighCoupon> coupons = highCouponMapper.selectByExample(example); |
|
|
|
List<HighCoupon> coupons = highCouponMapper.selectByExample(example); |
|
|
|
if (coupons != null && coupons.size() > 0) { |
|
|
|
if (coupons != null && coupons.size() > 0) { |
|
|
|
for (HighCoupon highCoupon : coupons) { |
|
|
|
for (HighCoupon highCoupon : coupons) { |
|
|
|