|  |  | @ -46,7 +46,7 @@ public class IoOrderUtilsService { | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Value("${file_path}") |  |  |  |     @Value("${file_path}") | 
			
		
	
		
		
			
				
					
					|  |  |  |     private String filePath; |  |  |  |     private String filePath; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     public boolean getIoder(ioUploadOrderResponse ioUploadOrderRespons) { |  |  |  |     public String getIoder(ioUploadOrderResponse ioUploadOrderRespons) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         List<IoOrderDetailCodeEntity> ioOrderDetailCodeEntityList = ioUploadOrderRespons.getIoOrderDetailCodeEntityList(); |  |  |  |         List<IoOrderDetailCodeEntity> ioOrderDetailCodeEntityList = ioUploadOrderRespons.getIoOrderDetailCodeEntityList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         List<IoCodeEntity> ioCodeEntityList = ioUploadOrderRespons.getIoCodeEntityList(); |  |  |  |         List<IoCodeEntity> ioCodeEntityList = ioUploadOrderRespons.getIoCodeEntityList(); | 
			
		
	
	
		
		
			
				
					|  |  | @ -286,7 +286,7 @@ public class IoOrderUtilsService { | 
			
		
	
		
		
			
				
					
					|  |  |  |         ioCodeTempDao.insertBatch(ioCodeTempEntities); |  |  |  |         ioCodeTempDao.insertBatch(ioCodeTempEntities); | 
			
		
	
		
		
			
				
					
					|  |  |  |         ioOrderDetailResultDao.insertBatch(ioOrderDetailResultEntities); |  |  |  |         ioOrderDetailResultDao.insertBatch(ioOrderDetailResultEntities); | 
			
		
	
		
		
			
				
					
					|  |  |  |         ioOrderInvoiceMapper.insertBatch(ioOrderInvoiceEntities); |  |  |  |         ioOrderInvoiceMapper.insertBatch(ioOrderInvoiceEntities); | 
			
		
	
		
		
			
				
					
					|  |  |  |         return true; |  |  |  |         return billNO; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |