This commit is contained in:
77
2024-04-17 23:10:35 +08:00
parent 5d9f189bee
commit afa34b6c0c

View File

@@ -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());