|  | @@ -2372,6 +2372,12 @@ public class TaskServiceImpl extends BaseServiceImpl<TaskMapper, Task> implement
 | 
	
		
			
				|  |  |              recordResignLog("一键重签", ids, queryList, requestMap, null, null, null);
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          taskProgressService.addTaskProgress(queryList.get(0).getProjectId(), queryList.get(0).getContractId(), 4,queryList.size(),ids);
 | 
	
		
			
				|  |  | +        try {
 | 
	
		
			
				|  |  | +            List<WbsTreeContractStatisticsDTO> collect = queryList.stream().map(WbsTreeContractStatisticsDTO::new).collect(Collectors.toList());
 | 
	
		
			
				|  |  | +            wbsTreeContractStatisticsClient.updateInformationQueryStatus(collect);
 | 
	
		
			
				|  |  | +        } catch (Exception e) {
 | 
	
		
			
				|  |  | +            log.error("更新统计异常", e);
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |          return R.success("操作成功");
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 |