|  |  |  | @ -27,7 +27,6 @@ public class VA006Service extends ServiceImpl<VA006Mapper, VA006> { | 
			
		
	
		
			
				
					|  |  |  |  |         IPage<VA006> iPage = va006Mapper.getList(page,udiwmsBasicSkPrescribeRequest); | 
			
		
	
		
			
				
					|  |  |  |  |         List<VA006> list  =  iPage.getRecords(); | 
			
		
	
		
			
				
					|  |  |  |  |         List<VA006> listNew  = new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |  |         list.sort( Comparator.comparing(VA006::getPrescribedate)); | 
			
		
	
		
			
				
					|  |  |  |  |         if(list!=null && list.size() >0){ | 
			
		
	
		
			
				
					|  |  |  |  |             String lastSql = ""; | 
			
		
	
		
			
				
					|  |  |  |  |             if(defXmlSqlType.equals("Mysql")){ | 
			
		
	
	
		
			
				
					|  |  |  | @ -43,6 +42,7 @@ public class VA006Service extends ServiceImpl<VA006Mapper, VA006> { | 
			
		
	
		
			
				
					|  |  |  |  |                 listNew.add(va006New); | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         list.sort( Comparator.comparing(VA006::getPrescribedate)); | 
			
		
	
		
			
				
					|  |  |  |  |         iPage.setRecords(listNew); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         return iPage; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |