123
This commit is contained in:
@@ -87,7 +87,7 @@ public class SysPushServiceImpl extends ServiceImpl<SysPushMapper, SysPush> impl
|
||||
if(groupIdEnum == SystemPushGroupIdEnum.ONE_USER){
|
||||
User user = userService.getByUserCode(master.getUsercode());
|
||||
if(user == null){
|
||||
throw new ServiceException("蜜瓜号不存在!");
|
||||
throw new ServiceException("恋香号不存在!");
|
||||
}
|
||||
sysPush.setUserId(user.getId());
|
||||
sysPush.setUsercode(user.getUsercode());
|
||||
|
||||
Reference in New Issue
Block a user