|
@@ -76,6 +76,7 @@ public class UserGroupServiceImpl implements UserGroupService {
|
|
|
LoginUser currentUser = UserUtil.getCurrentUser();
|
|
|
userGroup.setTenantId(currentUser.getTenantId());
|
|
|
userGroup.setCreateBy(currentUser.getUsername());
|
|
|
+ userGroup.setDateCreate(new Date());
|
|
|
return this.userGroupMapper.insert(userGroup);
|
|
|
}
|
|
|
|