|
|
@@ -759,7 +759,7 @@ public class WxEnergyServiceImpl implements WxEnergyService { |
|
|
for (int i = 0 ; i < record.getShopIds().size(); i ++) { |
|
|
for (int i = 0 ; i < record.getShopIds().size(); i ++) { |
|
|
Long shopId = record.getShopIds().get(i); |
|
|
Long shopId = record.getShopIds().get(i); |
|
|
WxShop shop = shopMap.get(shopId); |
|
|
WxShop shop = shopMap.get(shopId); |
|
|
if (StringUtils.isBlank(shop.getPulicRate())) { |
|
|
|
|
|
|
|
|
if (fees.getIsPublic() == EnumYesOrNo.YES.getCode() && StringUtils.isBlank(shop.getPulicRate())) { |
|
|
throw new MallinkException(ErrorCode.SYS_SERVER_ERROR.getCode(),"店铺未设置公摊系数"); |
|
|
throw new MallinkException(ErrorCode.SYS_SERVER_ERROR.getCode(),"店铺未设置公摊系数"); |
|
|
} |
|
|
} |
|
|
WxEnergyFeesShop msf = new WxEnergyFeesShop(); |
|
|
WxEnergyFeesShop msf = new WxEnergyFeesShop(); |
|
|
|