Commit ff468e9700fed204570ead5e8864cf63842acca2

Authored by 张志伟
2 parents 2530563b 14a1148d

Merge remote-tracking branch 'origin/dev' into test

fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/PoolBizService.java
@@ -153,6 +153,9 @@ public class PoolBizService { @@ -153,6 +153,9 @@ public class PoolBizService {
153 public AppPage<CustomerCluePoolVO> clueList(CustomerCluePoolQueryVO queryVO) { 153 public AppPage<CustomerCluePoolVO> clueList(CustomerCluePoolQueryVO queryVO) {
154 prepareParams(null, queryVO); 154 prepareParams(null, queryVO);
155 BV.isNotEmpty(queryVO.getScope(), () -> "人员权限范围不正确,请确认是否有管理权限"); 155 BV.isNotEmpty(queryVO.getScope(), () -> "人员权限范围不正确,请确认是否有管理权限");
  156 + if (ClueStatusEnum.ONGOING.getValue().equals(queryVO.getStatus())) {
  157 + queryVO.setCloseTime(null);
  158 + }
156 AppPageVO<CustomerCluePoolVO> page = AppPageVO.init(queryVO); 159 AppPageVO<CustomerCluePoolVO> page = AppPageVO.init(queryVO);
157 long total = cluePoolService.clueListCount(queryVO); 160 long total = cluePoolService.clueListCount(queryVO);
158 if (total <= 0) { 161 if (total <= 0) {