|  |  |  | @ -124,4 +124,17 @@ public class RelCodeBatchController extends BaseController { | 
			
		
	
		
			
				
					|  |  |  |  |         return ResultVOUtils.success(relCodeBatchService.batchExist(parentCode)); | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |  |      * 更新明细 | 
			
		
	
		
			
				
					|  |  |  |  |      * @param parentCode | 
			
		
	
		
			
				
					|  |  |  |  |      * @return | 
			
		
	
		
			
				
					|  |  |  |  |      */ | 
			
		
	
		
			
				
					|  |  |  |  |     @GetMapping("/udiwms/relCode/updateIoCodeTempEntity") | 
			
		
	
		
			
				
					|  |  |  |  |     public BaseResponse threadUpdateIoCodeTempEntity(@RequestParam("parentCode") String parentCode) { | 
			
		
	
		
			
				
					|  |  |  |  |         if (StrUtil.isBlank(parentCode)) return ResultVOUtils.error(500,"层级编码格式错误!"); | 
			
		
	
		
			
				
					|  |  |  |  |         relCodeBatchService.threadUpdateIoCodeTempEntity(parentCode); | 
			
		
	
		
			
				
					|  |  |  |  |         return ResultVOUtils.success(); | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | } | 
			
		
	
	
		
			
				
					|  |  |  | 
 |