|
|
@@ -188,7 +188,7 @@ public class BizReasearchQueueClinicServiceImpl extends ServiceImpl<BizReasearch
|
|
|
log.info("当前时间与手术结束时间的差值(毫秒): {}", timeDiffMillion);
|
|
|
|
|
|
// 获取上次推送间隔和时间点配置
|
|
|
- Long lastPushInterval = ObjectUtil.isNull(reasearchQueuePushVO.getLastPushInterval()) ? 0 : reasearchQueuePushVO.getLastPushInterval();
|
|
|
+ Long lastPushInterval = ObjectUtil.isNull(reasearchQueuePushVO.getLastPushInterval()) ? 0L : reasearchQueuePushVO.getLastPushInterval();
|
|
|
List<Long> timePointsFormat = reasearchQueuePushVO.getTimePointsFormat();
|
|
|
log.debug("上次推送间隔: {} 毫秒", lastPushInterval);
|
|
|
log.debug("推送时间点配置: {}", timePointsFormat);
|