|
@@ -26,7 +26,7 @@ public class DuxiaomanJob {
|
|
|
/**
|
|
|
* 将1-待上传状态de素材 进行 上传媒体
|
|
|
*/
|
|
|
- @XxlJob("uploadMaterial")
|
|
|
+ @XxlJob("uploadMaterialJob")
|
|
|
public void uploadMaterial() throws InterruptedException {
|
|
|
String url = jobUrl + "/jeecg-boot/duxiaoman/materialInfo/uploadMaterial";
|
|
|
|
|
@@ -46,7 +46,7 @@ public class DuxiaomanJob {
|
|
|
/**
|
|
|
* 将7-上传成功状态de素材 进行 素材报备
|
|
|
*/
|
|
|
- @XxlJob("materialReport")
|
|
|
+ @XxlJob("materialReportJob")
|
|
|
public void materialReport() throws InterruptedException {
|
|
|
String url = jobUrl + "/jeecg-boot/duxiaoman/materialInfo/materialReport";
|
|
|
|
|
@@ -66,7 +66,7 @@ public class DuxiaomanJob {
|
|
|
/**
|
|
|
* 将2-审批中状态的素材 进行 更新报备状态
|
|
|
*/
|
|
|
- @XxlJob("materialDetail")
|
|
|
+ @XxlJob("materialDetailJob")
|
|
|
public void materialDetail() throws InterruptedException {
|
|
|
String url = jobUrl + "/jeecg-boot/duxiaoman/materialInfo/materialDetail";
|
|
|
|