From 23bd719cebe5feeff4e48fde925b0b39755eea93 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期二, 15 十一月 2022 10:59:50 +0800 Subject: [PATCH] 2022.11.15 --- src/main/kotlin/cn/flightfeather/supervision/lightshare/service/Impl/NotificationServiceImpl.kt | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/Impl/NotificationServiceImpl.kt b/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/Impl/NotificationServiceImpl.kt index be4bb2b..b74776f 100644 --- a/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/Impl/NotificationServiceImpl.kt +++ b/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/Impl/NotificationServiceImpl.kt @@ -1,9 +1,6 @@ package cn.flightfeather.supervision.lightshare.service.Impl -import cn.flightfeather.supervision.common.net.WXHttpService -import cn.flightfeather.supervision.common.wx.MessageWxVo import cn.flightfeather.supervision.common.wx.TemplateManager -import cn.flightfeather.supervision.common.wx.WxTokenManager import cn.flightfeather.supervision.domain.entity.* import cn.flightfeather.supervision.domain.enumeration.DistrictType import cn.flightfeather.supervision.domain.enumeration.UserType @@ -11,12 +8,11 @@ import cn.flightfeather.supervision.lightshare.service.NotificationService import cn.flightfeather.supervision.lightshare.vo.NoticeReadStateVo import cn.flightfeather.supervision.lightshare.vo.NotificationVo -import cn.flightfeather.supervision.push.PushService +import cn.flightfeather.supervision.common.push.PushService import cn.flightfeather.supervision.domain.enumeration.ParticipantType import cn.flightfeather.supervision.domain.enumeration.SceneType import cn.flightfeather.supervision.domain.mapper.* import cn.flightfeather.supervision.infrastructure.utils.UUIDGenerator -import com.alibaba.fastjson.JSON import com.flightfeather.taizhang.model.enumeration.NotificationType import com.flightfeather.taizhang.model.enumeration.WorkSubType import com.github.pagehelper.PageHelper -- Gitblit v1.9.3