Sfoglia il codice sorgente

fix

release_toaliyun_real
winter 1 anno fa
parent
commit
b3d0a10e0c
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxEnergyServiceImpl.java

+ 2
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxEnergyServiceImpl.java Vedi File

@@ -1147,10 +1147,11 @@ public class WxEnergyServiceImpl implements WxEnergyService {
//根据店铺查询绑定的科目 //根据店铺查询绑定的科目
WxEnergyFeesShop csq = new WxEnergyFeesShop(); WxEnergyFeesShop csq = new WxEnergyFeesShop();
csq.updateTenantInfo(record); csq.updateTenantInfo(record);
csq.setFeesId(fees.getId());
csq.setShopId(shopId); csq.setShopId(shopId);
List<WxEnergyFeesShop> shopFeesList = wxEnergyFeesShopMapper.findList(csq); List<WxEnergyFeesShop> shopFeesList = wxEnergyFeesShopMapper.findList(csq);
if (null == shopFeesList || shopFeesList.size() <= 0 ) { if (null == shopFeesList || shopFeesList.size() <= 0 ) {
throw new MallinkException(ErrorCode.SYS_SERVER_ERROR.getCode(),"店铺"+shop.getShopNumber()+"未设置费用标准");
throw new MallinkException(ErrorCode.SYS_SERVER_ERROR.getCode(),"店铺"+shop.getShopNumber()+"未设置该科目费用标准");
} }
//循环店铺科目, //循环店铺科目,


Caricamento…
Annulla
Salva