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