yumeng 9 bulan lalu
induk
melakukan
50c655f30f

+ 3 - 3
module-job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/YuXiuOrderLIstGetJob.java

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