فهرست منبع

预警消息通知-test

yangzian 3 سال پیش
والد
کامیت
2b3f64563c

+ 1 - 1
jeecg-boot-bytedance/src/main/java/org/jeecg/modules/bytedance/advertise/service/impl/MonitorBytedanceServiceImpl.java

@@ -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);