修改为单店时 删除子店铺的 券
This commit is contained in:
parent
949eb9b158
commit
25c606c856
|
|
@ -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<>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue