|
@@ -269,7 +269,7 @@ public class ByteDanceAdvertiserDataServiceImpl implements IByteDanceAdvertiserD
|
|
}
|
|
}
|
|
for (int i = 0; i < data.size(); i++) {
|
|
for (int i = 0; i < data.size(); i++) {
|
|
JSONObject dataObject = data.getJSONObject(i);
|
|
JSONObject dataObject = data.getJSONObject(i);
|
|
- if (projectId != 2370887L && projectId != 818L && projectId != 10080885L) {
|
|
|
|
|
|
+ if (projectId != 10080885L) {
|
|
checkBidType(token.getAccountId(), dataObject);
|
|
checkBidType(token.getAccountId(), dataObject);
|
|
}
|
|
}
|
|
ByteDanceAdvertisePlan advertisePlan = new ByteDanceAdvertisePlan(dataObject, String.valueOf(token.getAccountId()));
|
|
ByteDanceAdvertisePlan advertisePlan = new ByteDanceAdvertisePlan(dataObject, String.valueOf(token.getAccountId()));
|