|
|
|
@@ -499,7 +499,7 @@ public class InvestBizServiceImpl implements InvestBizService { |
|
|
|
|
|
|
|
private Map<Long, WxRentContract> getWxRentContractMap(WxShop shop) { |
|
|
|
InvestHelper.notNull(shop, "商铺不存在"); |
|
|
|
return rentContractService.selectRentContractByShopIds(Arrays.asList(shop.getId()), StringUtils.join(shop.getId(), "|"), |
|
|
|
return rentContractService.selectRentContractByShopIds(Arrays.asList(shop.getId()), StringUtils.join(shop.getId(), ""), |
|
|
|
InvestUserContext.getUser().getTenantId()); |
|
|
|
} |
|
|
|
|
|
|
|
|