|  |  |  | @ -333,11 +333,21 @@ public class PlatformServiceImpl implements PlatformService { | 
			
		
	
		
			
				
					|  |  |  |  |             String code = URLEncodeUtil.encode(ioCodeTempEntity.getCode()); | 
			
		
	
		
			
				
					|  |  |  |  |             ioCodeTempEntity.setCode(code); | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         ArrayList<String> list = new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |  |         //获取业务单
 | 
			
		
	
		
			
				
					|  |  |  |  |         QueryWrapper<IoOrderDetailBizEntity> ew = new QueryWrapper<>(); | 
			
		
	
		
			
				
					|  |  |  |  |         ew.eq("orderIdFk", orderId); | 
			
		
	
		
			
				
					|  |  |  |  |         List<IoOrderDetailBizEntity> ioOrderDetailBizEntityList = ioOrderDetailBizDao.selectList(ew); | 
			
		
	
		
			
				
					|  |  |  |  |         for (IoOrderDetailBizEntity ioOrderDetailBizEntity : ioOrderDetailBizEntityList) { | 
			
		
	
		
			
				
					|  |  |  |  |             if (StrUtil.isNotBlank(ioOrderDetailBizEntity.getFilePath())) { | 
			
		
	
		
			
				
					|  |  |  |  |                 list.add(filePath + "/register/image2/" + ioOrderDetailBizEntity.getFilePath()); | 
			
		
	
		
			
				
					|  |  |  |  |                 ioOrderDetailBizEntity.setFilePath("as" + ioOrderDetailBizEntity.getFilePath()); | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |             if (StrUtil.isNotBlank(ioOrderDetailBizEntity.getColdFilePath())) { | 
			
		
	
		
			
				
					|  |  |  |  |                 list.add(filePath + "/register/image2/" + ioOrderDetailBizEntity.getColdFilePath()); | 
			
		
	
		
			
				
					|  |  |  |  |                 ioOrderDetailBizEntity.setColdFilePath("as" + ioOrderDetailBizEntity.getColdFilePath()); | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         //获取结果单
 | 
			
		
	
		
			
				
					|  |  |  |  |         QueryWrapper<IoOrderDetailResultEntity> ew1 = new QueryWrapper<>(); | 
			
		
	
	
		
			
				
					|  |  |  | @ -348,7 +358,6 @@ public class PlatformServiceImpl implements PlatformService { | 
			
		
	
		
			
				
					|  |  |  |  |         QueryWrapper<IoOrderInvoiceEntity> ew2 = new QueryWrapper<>(); | 
			
		
	
		
			
				
					|  |  |  |  |         ew2.eq("orderIdFk", orderId); | 
			
		
	
		
			
				
					|  |  |  |  |         List<IoOrderInvoiceEntity> ioOrderInvoiceEntityList = ioOrderInvoiceMapper.selectList(ew2); | 
			
		
	
		
			
				
					|  |  |  |  |         ArrayList<String> list = new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |  |         for (IoOrderInvoiceEntity ioOrderInvoiceEntity : ioOrderInvoiceEntityList) { | 
			
		
	
		
			
				
					|  |  |  |  |             if (StrUtil.isNotBlank(ioOrderInvoiceEntity.getLicenseUrl())) { | 
			
		
	
		
			
				
					|  |  |  |  |                 list.add(filePath + "/register/image2/" + ioOrderInvoiceEntity.getLicenseUrl()); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |