|  |  |  | @ -3107,7 +3107,7 @@ public class IoCodeTempController extends BaseController { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     @AuthRuleAnnotation("") | 
			
		
	
		
			
				
					|  |  |  |  |     @PostMapping("warehouse/inout/deleteCodeByIds") | 
			
		
	
		
			
				
					|  |  |  |  |     @Log(title = "单据管理", businessType = BusinessType.DELETE) | 
			
		
	
		
			
				
					|  |  |  |  |     @Log(title = "工位表删除", businessType = BusinessType.DELETE) | 
			
		
	
		
			
				
					|  |  |  |  |     public BaseResponse deleteCodesTempById(@RequestBody FilterCodeRequest filterCodeRequest) { | 
			
		
	
		
			
				
					|  |  |  |  |         if (CollUtil.isNotEmpty(filterCodeRequest.getCodeIds())) { | 
			
		
	
		
			
				
					|  |  |  |  |             for (Integer codeId : filterCodeRequest.getCodeIds()) { | 
			
		
	
	
		
			
				
					|  |  |  | 
 |