Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
de5d0a8aeb
1 changed files with 2 additions and 2 deletions
  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 View File

@@ -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());


Loading…
Cancel
Save