|
@@ -165,7 +165,7 @@ public class MonitorBytedanceServiceImpl implements IMonitorBytedanceService {
|
|
|
planList.add(actiontrackUrl.getPlanId());
|
|
|
}
|
|
|
}
|
|
|
- if (Check.isNull(planList) && planList.size() > 0){
|
|
|
+ if (!Check.isNull(planList) && planList.size() > 0){
|
|
|
//发送预警消息
|
|
|
accountInfo.setPlanIdList(planList);
|
|
|
sendEnterpriseWeiXinMessage(accountInfo);
|