|
@@ -27,7 +27,6 @@ import com.gree.mall.manager.enums.workorder.OrderBaseStatusEnum;
|
|
|
import com.gree.mall.manager.enums.workorder.OrderFlagEnum;
|
|
|
import com.gree.mall.manager.enums.workorder.OrderTypeEnum;
|
|
|
import com.gree.mall.manager.enums.workorder.SaleTypeEnum;
|
|
|
-import com.gree.mall.manager.es.OrderBaseEsRepository;
|
|
|
import com.gree.mall.manager.exception.RemoteServiceException;
|
|
|
import com.gree.mall.manager.logic.common.CommonLogic;
|
|
|
import com.gree.mall.manager.logic.common.LbsAmapLogic;
|
|
@@ -87,7 +86,6 @@ public class OrderBaseLogic {
|
|
|
private final RegionService regionService;
|
|
|
private final NoticeRecordService noticeRecordService;
|
|
|
private final LeaseOrderService leaseOrderService;
|
|
|
- private final OrderBaseEsRepository orderBaseEsRepository;
|
|
|
|
|
|
/**
|
|
|
* 工单列表
|
|
@@ -1738,9 +1736,8 @@ public class OrderBaseLogic {
|
|
|
}
|
|
|
|
|
|
public IPage<OrderBaseVO> orderEsBaseList(WorkOrderZfireParam workOrderZfireParam) {
|
|
|
- Iterable<OrderBaseEs> all = orderBaseEsRepository.findAll();
|
|
|
|
|
|
- log.info("ES打印:"+all);
|
|
|
+
|
|
|
|
|
|
return new Page<>();
|
|
|
}
|