|
@@ -90,8 +90,8 @@ public class MgsOrderLIstGetJob {
|
|
|
/**
|
|
|
* 昨日快分销数据获取
|
|
|
**/
|
|
|
- @XxlJob("yesterdayOrderGet")
|
|
|
- public void yesterdayOrderGet() throws Exception {
|
|
|
+ @XxlJob("mgsYesterdayOrderGet")
|
|
|
+ public void mgsYesterdayOrderGet() throws Exception {
|
|
|
List<JSONObject> cookies = mgsSupplyChainService.getCookie();
|
|
|
if (Check.isNull(cookies)) {
|
|
|
log.error("cookie数据为空");
|
|
@@ -128,8 +128,8 @@ public class MgsOrderLIstGetJob {
|
|
|
/**
|
|
|
* 当前小时数据获取
|
|
|
**/
|
|
|
- @XxlJob("nowHourOrderGet")
|
|
|
- public void nowHourOrderGet() throws Exception {
|
|
|
+ @XxlJob("mgsNowHourOrderGet")
|
|
|
+ public void mgsNowHourOrderGet() throws Exception {
|
|
|
List<JSONObject> cookies = mgsSupplyChainService.getCookie();
|
|
|
if (Check.isNull(cookies)) {
|
|
|
log.error("cookie数据为空");
|
|
@@ -168,15 +168,14 @@ public class MgsOrderLIstGetJob {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* 当天所有数据获取
|
|
|
**/
|
|
|
/**
|
|
|
* 当天数据获取
|
|
|
**/
|
|
|
- @XxlJob("frontHourOrderGet")
|
|
|
- public void frontHourOrderGet() throws Exception {
|
|
|
+ @XxlJob("mgsFrontHourOrderGet")
|
|
|
+ public void mgsFrontHourOrderGet() throws Exception {
|
|
|
List<JSONObject> cookies = mgsSupplyChainService.getCookie();
|
|
|
if (Check.isNull(cookies)) {
|
|
|
log.error("cookie数据为空");
|
|
@@ -210,8 +209,6 @@ public class MgsOrderLIstGetJob {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
|
|
|
|