【同步】BOOT 和 CLOUD 的功能
This commit is contained in:
@@ -215,7 +215,7 @@ public class CouponServiceImpl implements CouponService {
|
||||
int count = 0;
|
||||
for (CouponDO coupon : list) {
|
||||
try {
|
||||
boolean success = getSelf().expireCoupon(coupon);
|
||||
boolean success = expireCoupon(coupon);
|
||||
if (success) {
|
||||
count++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user