fix: 修复编辑项目时创建人变了的问题

This commit is contained in:
CaptainB 2022-01-13 14:21:22 +08:00 committed by 刘瑞斌
parent a62a93fc63
commit 220cb332e3
1 changed files with 1 additions and 0 deletions

View File

@ -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())) {