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