Commit bc8825ba authored by suhuiguang's avatar suhuiguang

1.删除无用代码

parent 9d000767
......@@ -312,7 +312,6 @@ public class JgChangeRegistrationNameServiceImpl extends BaseService<JgChangeReg
private void executeOneStep(JgChangeRegistrationName jgChangeRegistrationName, String taskName, String nextUserIds, String operate) {
// 先更新之前的待办
TaskV2Model taskV2Model = updateTaskModel(jgChangeRegistrationName, operate);
TaskModelDto taskModelDto = new TaskModelDto();
taskV2Model.setTaskDesc("");
taskV2Model.setTaskContent(this.buildTaskContent(jgChangeRegistrationName));
taskV2Model.setTaskName(taskName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment