only-仅本店
This commit is contained in:
@@ -1303,6 +1303,12 @@ public class ShopSyncServiceImpl implements ShopSyncService {
|
||||
return;
|
||||
}
|
||||
ShopCoupon couponSource = couponService.getById(couponId);
|
||||
if (couponSource == null) {
|
||||
return;
|
||||
}
|
||||
if ("only".equals(couponSource.getUseShopType())) {
|
||||
return;
|
||||
}
|
||||
List<Long> ids = new ArrayList<>();
|
||||
if ("all".equals(couponSource.getUseShopType())) {
|
||||
QueryWrapper queryWrapper = new QueryWrapper();
|
||||
|
||||
Reference in New Issue
Block a user