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

This commit is contained in:
CaptainB 2022-01-13 14:21:22 +08:00 committed by 刘瑞斌
parent a62a93fc63
commit 220cb332e3

View File

@ -334,6 +334,7 @@ public class ProjectService {
this.checkProjectTcpPort(project);
project.setCreateTime(null);
project.setCreateUser(null);
project.setUpdateTime(System.currentTimeMillis());
checkProjectExist(project);
if (BooleanUtils.isTrue(project.getCustomNum())) {