|
@@ -37,7 +37,7 @@ public class YuXiuOrderLIstGetJob {
|
|
* 昨日快分销数据获取
|
|
* 昨日快分销数据获取
|
|
**/
|
|
**/
|
|
@XxlJob("yuxiuYesterdayOrderGet")
|
|
@XxlJob("yuxiuYesterdayOrderGet")
|
|
- public void yufuYesterdayOrderGet() throws Exception {
|
|
|
|
|
|
+ public void yuxiuYesterdayOrderGet() throws Exception {
|
|
List<JSONObject> cookies = yuXiuSupplyChainService.getCookie();
|
|
List<JSONObject> cookies = yuXiuSupplyChainService.getCookie();
|
|
if (Check.isNull(cookies)) {
|
|
if (Check.isNull(cookies)) {
|
|
log.error("cookie数据为空");
|
|
log.error("cookie数据为空");
|
|
@@ -75,7 +75,7 @@ public class YuXiuOrderLIstGetJob {
|
|
* 当前小时数据获取
|
|
* 当前小时数据获取
|
|
**/
|
|
**/
|
|
@XxlJob("yuxiuNowHourOrderGet")
|
|
@XxlJob("yuxiuNowHourOrderGet")
|
|
- public void yufuNowHourOrderGet() throws Exception {
|
|
|
|
|
|
+ public void yuxiuNowHourOrderGet() throws Exception {
|
|
List<JSONObject> cookies = yuXiuSupplyChainService.getCookie();
|
|
List<JSONObject> cookies = yuXiuSupplyChainService.getCookie();
|
|
if (Check.isNull(cookies)) {
|
|
if (Check.isNull(cookies)) {
|
|
log.error("cookie数据为空");
|
|
log.error("cookie数据为空");
|
|
@@ -121,7 +121,7 @@ public class YuXiuOrderLIstGetJob {
|
|
* 当天数据获取
|
|
* 当天数据获取
|
|
**/
|
|
**/
|
|
@XxlJob("yuxiuFrontHourOrderGet")
|
|
@XxlJob("yuxiuFrontHourOrderGet")
|
|
- public void yufuFrontHourOrderGet() throws Exception {
|
|
|
|
|
|
+ public void yuxiuFrontHourOrderGet() throws Exception {
|
|
List<JSONObject> cookies = yuXiuSupplyChainService.getCookie();
|
|
List<JSONObject> cookies = yuXiuSupplyChainService.getCookie();
|
|
if (Check.isNull(cookies)) {
|
|
if (Check.isNull(cookies)) {
|
|
log.error("cookie数据为空");
|
|
log.error("cookie数据为空");
|