Commit 3c700f16 by kaevom

全部完成

parent 9c796e80
......@@ -294,7 +294,7 @@ public class SysLoginService {
}
Date now = new Date();
List<DbCoupon> coupons = couponMapper.selectList(Wrappers.<DbCoupon>lambdaQuery()
.eq(DbCoupon::getCouponType, 1)
//.eq(DbCoupon::getCouponType, 1)
.le(DbCoupon::getEffectiveTime, now)
.ge(DbCoupon::getFailureTime, now));
for (DbCoupon coupon : coupons) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment