| 
					
				 | 
			
			
				@ -80,10 +80,10 @@ public class StandardVersionService extends SQLGeneralDAO { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            List<StandardVersionModel> standardVersionModelList = getVersionList(standardId, condition, order, rows, page); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            DictionaryResult dictionaryResult = new DictionaryResult(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            List<DictItem> detailModelList = new ArrayList<DictItem>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				//            DictItem item = new DictItem(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				//            item.setCode(""); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				//            item.setValue("-无-"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				//            detailModelList.add(item); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            DictItem item = new DictItem(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            item.setCode(""); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            item.setValue("-无-"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            detailModelList.add(item); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            for (StandardVersionModel standardVersionModel : standardVersionModelList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                DictItem items = new DictItem(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                String  id = standardVersionModel.getVersion(); 
			 |