|
@@ -101,8 +101,8 @@ public class SyncMaterialUploadJob {
|
|
/**
|
|
/**
|
|
* 更新头条同步状态
|
|
* 更新头条同步状态
|
|
*/
|
|
*/
|
|
- @XxlJob(value = "/updateByteDanceMaterial")
|
|
|
|
- public void updateByteDanceMaterial() {
|
|
|
|
|
|
+ @XxlJob(value = "/updateBytedanceMaterialStatus")
|
|
|
|
+ public void updateBytedanceMaterialStatus() {
|
|
String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
|
|
String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
|
|
String anotherDay = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -30);
|
|
String anotherDay = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -30);
|
|
anotherDay += " 00:00:01";
|
|
anotherDay += " 00:00:01";
|