This commit is contained in:
chenjianxing 2020-04-10 13:57:19 +08:00
commit 41a9fcfcf2
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ public class OrganizationService {
}
public void updateOrganization(Organization organization) {
organization.setCreateTime(null);
organization.setUpdateTime(System.currentTimeMillis());
organizationMapper.updateByPrimaryKeySelective(organization);
}