@@ -876,6 +876,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
vipGroupApplyBaseInfoDto.getName());
} catch (Exception e) {
e.printStackTrace();
+ LOGGER.error("消息发送失败:{}", e);
}
return BaseController.succeed(vipGroupApplyBaseInfoDto.getAuditStatus().getCode());