Commit 7175e534 authored by maoying's avatar maoying

巡检消息推送暂时屏蔽掉

parent 3e87b410
...@@ -587,7 +587,7 @@ public class RiskSourceServiceImpl implements IRiskSourceService { ...@@ -587,7 +587,7 @@ public class RiskSourceServiceImpl implements IRiskSourceService {
@Async @Async
public void processProtalData(String toke, String product, String appKey, ProtalDataRo protalData) { public void processProtalData(String toke, String product, String appKey, ProtalDataRo protalData) {
//巡检消息规则推送 //巡检消息规则推送
protalRuleMessagePush(protalData); // protalRuleMessagePush(protalData);
if (!CollectionUtils.isEmpty(protalData.getPointInputitems())) { if (!CollectionUtils.isEmpty(protalData.getPointInputitems())) {
Long pointId = protalData.getId(); Long pointId = protalData.getId();
List<Long> inputIds = Lists.newArrayList(); List<Long> inputIds = Lists.newArrayList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment