mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 20:19:16 +08:00
fix: 修复编辑项目时创建人变了的问题
This commit is contained in:
parent
a62a93fc63
commit
220cb332e3
@ -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())) {
|
||||
|
Loading…
Reference in New Issue
Block a user