Commit 11adff3f authored by suhuiguang's avatar suhuiguang

1.增加暂存逻辑

parent 5cd8592c
...@@ -344,6 +344,8 @@ public class JgChangeRegistrationNameServiceImpl extends BaseService<JgChangeReg ...@@ -344,6 +344,8 @@ public class JgChangeRegistrationNameServiceImpl extends BaseService<JgChangeReg
} }
this.updateById(jgChangeRegistrationName); this.updateById(jgChangeRegistrationName);
} else { } else {
// 暂存逻辑
createTaskModel(jgChangeRegistrationName, null, "0", null);
this.updateById(jgChangeRegistrationName); this.updateById(jgChangeRegistrationName);
} }
return jgChangeRegistrationNameDto; return jgChangeRegistrationNameDto;
......
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