【同步】BOOT 和 CLOUD 的功能

This commit is contained in:
YunaiV
2024-07-21 10:04:50 +08:00
parent a9fe595823
commit 2ba141a5c4
7 changed files with 15 additions and 7 deletions

View File

@@ -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++;
}