|
@@ -323,7 +323,7 @@ public class ByteDanceAdvertiserDataServiceImpl implements IByteDanceAdvertiserD
|
|
String status = detail.getString("status");
|
|
String status = detail.getString("status");
|
|
//操作状态
|
|
//操作状态
|
|
String optStatus = detail.getString("opt_status");
|
|
String optStatus = detail.getString("opt_status");
|
|
- if ("AD_STATUS_ENABLE".equals(optStatus) && "AD_STATUS_DELIVERY_OK".equals(status)) { // 操作状态为‘启用’,广告计划投放状态 为‘投放中’
|
|
|
|
|
|
+ if ("AD_STATUS_ENABLE".equals(optStatus) && !"AD_STATUS_DISABLE".equals(status)) { // 操作状态为‘启用’,广告计划投放状态 非‘暂停’
|
|
String msgType = "";
|
|
String msgType = "";
|
|
String msgBid = "";
|
|
String msgBid = "";
|
|
|
|
|