修改为单店时 删除子店铺的 券
This commit is contained in:
@@ -1305,6 +1305,7 @@ public class ShopSyncServiceImpl implements ShopSyncService {
|
||||
return;
|
||||
}
|
||||
if ("only".equals(couponSource.getUseShopType())) {
|
||||
deleteCouponsBySyncId(couponId);
|
||||
return;
|
||||
}
|
||||
List<Long> ids = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user