|
|
|
@ -48,7 +48,7 @@ public class AnalyseRemoteService { |
|
|
|
if ("1".equals(analyseFilter) && isFilter) { |
|
|
|
this.redisService.setCacheObject("ANALYSE_FILTER_REQUEST:" + requestId, analyseReq.clone(), 1L, TimeUnit.HOURS); |
|
|
|
AnalyseReqItem analyseReqItem = analyseReq.getObjectList().get(0); |
|
|
|
analyseReqItem.setTypeList(new String[]{"tx_pb"}); |
|
|
|
analyseReqItem.setTypeList(new String[]{"bj_bpmh"}); |
|
|
|
analyseReq.setObjectList(Collections.singletonList(analyseReqItem)); |
|
|
|
requestUrl = patrolTaskService.selectConfigByKey("ANALYSE_FILTER_URL"); |
|
|
|
} else { |
|
|
|
|