Merge branch 'dev' of https://github.com/fit2cloudrd/metersphere-server into dev
This commit is contained in:
commit
41a9fcfcf2
|
@ -63,6 +63,7 @@ public class OrganizationService {
|
|||
}
|
||||
|
||||
public void updateOrganization(Organization organization) {
|
||||
organization.setCreateTime(null);
|
||||
organization.setUpdateTime(System.currentTimeMillis());
|
||||
organizationMapper.updateByPrimaryKeySelective(organization);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue