修改为单店时 删除子店铺的 券

This commit is contained in:
wangw 2025-09-17 15:48:22 +08:00
parent 949eb9b158
commit 25c606c856
1 changed files with 1 additions and 0 deletions

View File

@ -1305,6 +1305,7 @@ public class ShopSyncServiceImpl implements ShopSyncService {
return;
}
if ("only".equals(couponSource.getUseShopType())) {
deleteCouponsBySyncId(couponId);
return;
}
List<Long> ids = new ArrayList<>();