|
@@ -1217,7 +1217,7 @@ public class TaskServiceImpl extends BaseServiceImpl<TaskMapper, Task> implement
|
|
|
.eq(TaskParallel::getProcessInstanceId, task.getProcessInstanceId()));
|
|
|
}
|
|
|
}
|
|
|
- recordResignLog("一键重签-日志", formDataIds, contractLogList, new HashMap<String, Object>() {{
|
|
|
+ recordResignLog("re-sign(日志)", formDataIds, contractLogList, new HashMap<String, Object>() {{
|
|
|
put("logids", logids);
|
|
|
put("type", type);
|
|
|
put("logPkeyId", logPkeyId);
|
|
@@ -1327,7 +1327,7 @@ public class TaskServiceImpl extends BaseServiceImpl<TaskMapper, Task> implement
|
|
|
String taskIds = StringUtils.join(taskList, ",");
|
|
|
removeUserAndName(taskIds, userId, userName);
|
|
|
}*/
|
|
|
- recordResignLog("一键重签-试验", StringUtils.join(dataIdList, ","), list, dto, dto.getProjectId(), null);
|
|
|
+ recordResignLog("re-sign(试验)", StringUtils.join(dataIdList, ","), list, dto, dto.getProjectId(), null);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
throw new ServiceException("重新保存PDF信息失败,原因:" + e.getMessage());
|
|
@@ -1434,7 +1434,7 @@ public class TaskServiceImpl extends BaseServiceImpl<TaskMapper, Task> implement
|
|
|
.eq(TaskParallel::getProcessInstanceId, taskList.get(i).getProcessInstanceId()));
|
|
|
}
|
|
|
}
|
|
|
- this.recordResignLog("一键重签-委托单", entrustIds, entrustInfos, dtos,taskList.get(0).getProjectId() , taskList.get(0).getContractId());
|
|
|
+ this.recordResignLog("re-sign(委托单)", entrustIds, entrustInfos, dtos,taskList.get(0).getProjectId() , taskList.get(0).getContractId());
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
throw new ServiceException("重新保存PDF信息失败,原因:" + e.getMessage());
|
|
@@ -2232,7 +2232,7 @@ public class TaskServiceImpl extends BaseServiceImpl<TaskMapper, Task> implement
|
|
|
//满足去除当前填报人的条件 去除当前任务的填报人中当前操作人的信息
|
|
|
removeUserAndName(taskIds, userId, userName);
|
|
|
}
|
|
|
- recordResignLog("一键重签-质检",StringUtils.join(dataIdList, ","), list, new HashMap<String, Object>() {{
|
|
|
+ recordResignLog("re-sign(质检)",StringUtils.join(dataIdList, ","), list, new HashMap<String, Object>() {{
|
|
|
put("taskIds", taskIds);
|
|
|
put("contractId", contractId);
|
|
|
put("projectId", projectId);
|
|
@@ -2371,7 +2371,7 @@ public class TaskServiceImpl extends BaseServiceImpl<TaskMapper, Task> implement
|
|
|
Map<String, String> requestMap = new HashMap<>();
|
|
|
requestMap.put("ids", ids);
|
|
|
requestMap.put("userIds", userIds);
|
|
|
- recordResignLog("一键电签", ids, queryList, requestMap, null, null);
|
|
|
+ recordResignLog("一键重签", ids, queryList, requestMap, null, null);
|
|
|
}
|
|
|
return R.success("操作成功");
|
|
|
}
|