微调
This commit is contained in:
@@ -138,10 +138,10 @@ public class AppUserServiceImpl extends ServiceImpl<AppUserMapper, User> impleme
|
|||||||
//消息默认配置
|
//消息默认配置
|
||||||
AppInfoSet appInfoSet = new AppInfoSet();
|
AppInfoSet appInfoSet = new AppInfoSet();
|
||||||
appInfoSet.setUserId(newUser.getId());
|
appInfoSet.setUserId(newUser.getId());
|
||||||
appInfoSet.setDeviceInfo(1);
|
appInfoSet.setHarmonicInfo(1);
|
||||||
appInfoSet.setEventInfo(1);
|
appInfoSet.setEventInfo(1);
|
||||||
appInfoSet.setSystemInfo(1);
|
appInfoSet.setRunInfo(1);
|
||||||
appInfoSet.setDataInfo(1);
|
appInfoSet.setAlarmInfo(1);
|
||||||
appInfoSetService.save(appInfoSet);
|
appInfoSetService.save(appInfoSet);
|
||||||
//发送用户初始密码
|
//发送用户初始密码
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user