From 14a1148d15273af19fedbe03a44ea39c9bdea8ad Mon Sep 17 00:00:00 2001 From: Kurisu Date: Mon, 1 Feb 2021 15:49:53 +0800 Subject: [PATCH] :fire: 跟进池参数调整 --- fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/PoolBizService.java | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/PoolBizService.java b/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/PoolBizService.java index c9999c5..44934db 100644 --- a/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/PoolBizService.java +++ b/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/PoolBizService.java @@ -153,6 +153,9 @@ public class PoolBizService { public AppPage clueList(CustomerCluePoolQueryVO queryVO) { prepareParams(null, queryVO); BV.isNotEmpty(queryVO.getScope(), () -> "人员权限范围不正确,请确认是否有管理权限"); + if (ClueStatusEnum.ONGOING.getValue().equals(queryVO.getStatus())) { + queryVO.setCloseTime(null); + } AppPageVO page = AppPageVO.init(queryVO); long total = cluePoolService.clueListCount(queryVO); if (total <= 0) { -- libgit2 0.22.2