|  |  |  | 
|---|
|  |  |  | Map<String, Object> columnMap = new HashMap<>(); | 
|---|
|  |  |  | columnMap.put("rbid", id); | 
|---|
|  |  |  | //获取详情数据 | 
|---|
|  |  |  | List<ServiceReimbursementdetail> details = serviceReimbursementdetailMapper.selectByMap(columnMap); | 
|---|
|  |  |  | List<ServiceReimbursementdetail> details = serviceReimbursementdetailMapper.selectByMap(columnMap); | 
|---|
|  |  |  | log.info("serviceReimbursementdetailMapper.selectByMap方法的返参参 :{}", CollectionUtils.isEmpty(details) ? null : details.size()); | 
|---|
|  |  |  | //获取支付数据 | 
|---|
|  |  |  | List<ServiceReimbursementpayee> serviceReimbursementpayees = reimbursementpayeeMapper.selectByMap(columnMap); | 
|---|
|  |  |  | 
|---|
|  |  |  | //file用的是绝对位置 | 
|---|
|  |  |  | String substring = url.substring(url.indexOf("/profile/upload") + "/profile/upload".length()); | 
|---|
|  |  |  | String strFile = rbDetailFile.getUrl().replace(filePath, "/profile/upload"); | 
|---|
|  |  |  | System.out.println("reimbursement服务的filePath + substring是乱码吗: " + filePath + substring); | 
|---|
|  |  |  | File filetest = new File(filePath + substring); | 
|---|
|  |  |  | try { | 
|---|
|  |  |  | log.info("请求第三方的入参strFile : {}, strFUrl : {}", strFile, filePath); | 
|---|