|
@@ -422,12 +422,12 @@ public class ByteDanceAdvertiserDataServiceImpl implements IByteDanceAdvertiserD
|
|
if (!typeFalg) { // 出价方式设置非法
|
|
if (!typeFalg) { // 出价方式设置非法
|
|
String text = getBidTypeText(json.getString("projectName"), accountId, planId, planName, msgType);
|
|
String text = getBidTypeText(json.getString("projectName"), accountId, planId, planName, msgType);
|
|
sendMsg(accountId, planId, text, "plan");
|
|
sendMsg(accountId, planId, text, "plan");
|
|
- detail.put("opt_status", "opt_AD_STATUS_DISABLE");
|
|
|
|
|
|
+ detail.put("opt_status", "AD_STATUS_DISABLE");
|
|
}
|
|
}
|
|
if (!bidFalg) {
|
|
if (!bidFalg) {
|
|
String text = getOverBidMessage(json.getString("projectName"), accountId, planId, planName, msgBid);
|
|
String text = getOverBidMessage(json.getString("projectName"), accountId, planId, planName, msgBid);
|
|
sendMsg(accountId, planId, text, "plan");
|
|
sendMsg(accountId, planId, text, "plan");
|
|
- detail.put("opt_status", "opt_AD_STATUS_DISABLE");
|
|
|
|
|
|
+ detail.put("opt_status", "AD_STATUS_DISABLE");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|