ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/service/impl/goods/GoodsServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/service/impl/goods/GoodsServiceImpl.java
@@ -301,7 +301,7 @@ if (2 == shop.getShopType()) { Shop belongShop = remoteShopService.getShop(shop.getBelongShopId()).getData(); ShopGoods shopGoods = shopGoodsService.getByShopIdAndGoodsId(shop.getBelongShopId(), merShopGoodsEditDto.getGoodsId()); if (1 == belongShop.getModifyPricePermission() && null != shopGoods) { if (null != shopGoods && 1 == belongShop.getModifyPricePermission()) { throw new ServiceException("经销商开启了统一价格管理"); } }