|
@@ -125,7 +125,7 @@ public class AuditRejectedResubmitServiceImpl implements AuditRejectedResubmitSe
|
|
|
log.info("未查询到广告语:accountId:{},creativeId:{}", obj.getAccountId(), obj.getCreativeId());
|
|
|
}
|
|
|
}
|
|
|
- if (imageToken != null || documentByAccountId.size() > 0) {
|
|
|
+ if (imageToken != null || (documentByAccountId!=null && documentByAccountId.size() > 0)) {
|
|
|
Map<String, Object> creativeMap = updateService.updateCreative(oauthToken.getAccessToken(), obj.getAccountId(), updateJson);
|
|
|
Integer code = (Integer) creativeMap.get("code");
|
|
|
if (code == 0) {
|