|
|
@@ -9,6 +9,7 @@ import cn.tr.module.smart.common.dto.BizReasearchQueueAddClinicDTO;
|
|
|
import cn.tr.module.smart.common.entity.BizReasearchPushPointEntity;
|
|
|
import cn.tr.module.smart.common.repository.BizReasearchQueueClinicRepository;
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
|
|
+import org.jetbrains.annotations.NotNull;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import cn.hutool.core.collection.CollectionUtil;
|
|
|
@@ -19,6 +20,8 @@ import cn.tr.module.smart.common.po.BizReasearchQueuePO;
|
|
|
import cn.tr.module.smart.common.dto.BizReasearchQueueDTO;
|
|
|
import cn.tr.module.smart.common.dto.BizReasearchQueueQueryDTO;
|
|
|
import java.util.*;
|
|
|
+import java.util.stream.Collectors;
|
|
|
+
|
|
|
import cn.tr.module.smart.common.service.IBizReasearchQueueService;
|
|
|
import cn.tr.module.smart.common.mapper.BizReasearchQueueMapper;
|
|
|
/**
|