Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
de5d0a8aeb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxAgileContractServiceImpl.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxAgileContractServiceImpl.java Ver fichero

@@ -406,10 +406,10 @@ public class WxAgileContractServiceImpl implements WxAgileContractService {
WxRentContractAgileDepositShop shopq = new WxRentContractAgileDepositShop();
shopq.updateTenantInfo(wxRentContract);
shopq.setRentContractId(wxRentContract.getId());
List<WxRentContractAgileDepositShop> shopList = wxRentContractAgileDepositShopMapper.findList(shopq);
List<WxShop> shopList = deposit.getShopList();
StringBuffer snstr = new StringBuffer();
for (int j = 0 ; j < shopList.size() ; j ++) {
WxRentContractAgileDepositShop ds = shopList.get(j);
WxShop ds = shopList.get(j);
snstr.append(ds.getShopNumber()).append(",");
}
wxBillDeposit.setShopNumber(snstr.toString());


Cargando…
Cancelar
Guardar