|
|
@@ -170,6 +170,7 @@ public class UserProfileServiceImpl extends ServiceImpl<UserProfileMapper, UserP
|
|
|
update.setId(bo.getId());
|
|
|
update.setCreateByName("SAAS-"+ SecurityUtils.getUsername());
|
|
|
update.setUpdateTime(DateUtils.getNowTime());
|
|
|
+ update.setAuditTime(DateUtils.getNowTime());
|
|
|
return this.updateById(update);
|
|
|
}
|
|
|
|