Commit fad7a1fe by 徐高华

导购任务

parent 710cf28d
...@@ -260,7 +260,7 @@ public class OpenStaffServiceImpl implements OpenStaffService { ...@@ -260,7 +260,7 @@ public class OpenStaffServiceImpl implements OpenStaffService {
log.info("定时检查托管状态"); log.info("定时检查托管状态");
Object o = RedisUtil.getCache("haobansilk2mp3") ; Object o = RedisUtil.getCache("haobansilk2mp3") ;
if(null == o) { if(null == o) {
com.gic.haoban.common.utils.DingUtils.send("请检查silk2mp3", false); com.gic.haoban.common.utils.DingUtils.send("请检查silk2mp3", true);
} }
List<TabOpenStaff> list = this.openStaffMapper.listAllOnline(null, null); List<TabOpenStaff> list = this.openStaffMapper.listAllOnline(null, null);
for (TabOpenStaff item : list) { for (TabOpenStaff item : list) {
......
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