|  |  | @ -90,9 +90,9 @@ public class ThrProductsAddController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         ThrProductsAddEntity tempEntity = thrProductsAddService.selectById(thrProductsAddEntity.getId() + ""); |  |  |  |         ThrProductsAddEntity tempEntity = thrProductsAddService.selectById(thrProductsAddEntity.getId() + ""); | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (!thrProductsService.isExit(tempEntity.getCode(), tempEntity.getThirdSysFk())) { |  |  |  | //        if (thrProductsService.isExit(tempEntity.getCode(), tempEntity.getThirdSysFk())) {
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             return ResultVOUtils.error(500, "已存在相同产品编码,无法添加!"); |  |  |  | //            return ResultVOUtils.error(500, "已存在相同产品编码,无法添加!");
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  | //        }
 | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         thrProductsAddService.updateThrProducts(thrProductsAddEntity); |  |  |  |         thrProductsAddService.updateThrProducts(thrProductsAddEntity); | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (thrProductsAddEntity.getCheckStatus() == 2) { |  |  |  |         if (thrProductsAddEntity.getCheckStatus() == 2) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             ThrProductsEntity thrProductsEntity = new ThrProductsEntity(); |  |  |  |             ThrProductsEntity thrProductsEntity = new ThrProductsEntity(); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |