|
@@ -10,6 +10,7 @@ import com.alibaba.fastjson.JSONArray;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
+import org.jeecg.common.util.DateUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.context.annotation.Primary;
|
|
|
import org.springframework.stereotype.Service;
|
|
@@ -293,7 +294,7 @@ public class ByteDanceCreativeServiceImpl extends ServiceImpl<ByteDanceCreativeM
|
|
|
Map<String,Object> getData = creativeCreate(accountId+"",planIds.getLong(i),params);
|
|
|
array.add(getData);
|
|
|
}
|
|
|
- getAdvertiserCreative(token,null,null);
|
|
|
+ getAdvertiserCreative(token,null, DateUtils.formatDate());
|
|
|
result.put("data",array);
|
|
|
ResultMapUtils.setResultMap(result,StatusCode.COMMON_SUCCESS);
|
|
|
return result;
|