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