fix: 修复编辑项目时创建人变了的问题
This commit is contained in:
parent
a62a93fc63
commit
220cb332e3
|
@ -334,6 +334,7 @@ public class ProjectService {
|
||||||
this.checkProjectTcpPort(project);
|
this.checkProjectTcpPort(project);
|
||||||
|
|
||||||
project.setCreateTime(null);
|
project.setCreateTime(null);
|
||||||
|
project.setCreateUser(null);
|
||||||
project.setUpdateTime(System.currentTimeMillis());
|
project.setUpdateTime(System.currentTimeMillis());
|
||||||
checkProjectExist(project);
|
checkProjectExist(project);
|
||||||
if (BooleanUtils.isTrue(project.getCustomNum())) {
|
if (BooleanUtils.isTrue(project.getCustomNum())) {
|
||||||
|
|
Loading…
Reference in New Issue