Commit 1d2bc45f by 墨竹

fix:删除无效代码

parent a61d55f1
...@@ -19,6 +19,7 @@ import com.gic.haoban.manage.service.config.Config; ...@@ -19,6 +19,7 @@ import com.gic.haoban.manage.service.config.Config;
import com.gic.haoban.manage.service.entity.*; import com.gic.haoban.manage.service.entity.*;
import com.gic.haoban.manage.service.service.*; import com.gic.haoban.manage.service.service.*;
import com.gic.mq.sdk.GicMQClient; import com.gic.mq.sdk.GicMQClient;
import com.gic.redis.data.util.RedisUtil;
import com.gic.thirdparty.api.dto.PicUploadResDTO; import com.gic.thirdparty.api.dto.PicUploadResDTO;
import com.gic.thirdparty.api.service.QQCloudPicService; import com.gic.thirdparty.api.service.QQCloudPicService;
import com.gic.wechat.api.dto.qywx.ItemDTO; import com.gic.wechat.api.dto.qywx.ItemDTO;
...@@ -397,6 +398,7 @@ public class MessageApiServiceImpl implements MessageApiService { ...@@ -397,6 +398,7 @@ public class MessageApiServiceImpl implements MessageApiService {
log.info("企微删除部门同步完成"); log.info("企微删除部门同步完成");
} }
} }
RedisUtil.delLocalCache("department-list-cache-" + wxEnterpriseId);
log.info("处理部门end:{}", JSON.toJSONString(qywxCallBackDTO)); log.info("处理部门end:{}", JSON.toJSONString(qywxCallBackDTO));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment