|
@@ -1,5 +1,6 @@
|
|
|
package com.ym.mec.biz.service.impl;
|
|
|
|
|
|
+import com.alibaba.fastjson.JSON;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.baomidou.mybatisplus.core.toolkit.Wrappers;
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
@@ -103,6 +104,7 @@ public class ImLiveRoomReservationServiceImpl extends ServiceImpl<ImLiveRoomRese
|
|
|
for (ImLiveRoomReservation obj : list) {
|
|
|
pushStudentList.put(obj.getUserId(), obj.getUserId().toString());
|
|
|
}
|
|
|
+ log.debug("ImLiveRoomReservation push >>> RECEIVES: {}", JSON.toJSONString(pushStudentList));
|
|
|
//推送状态
|
|
|
AtomicInteger pushState = new AtomicInteger(0);
|
|
|
try {
|