Browse Source

时间格式调整

yumeng 5 years ago
parent
commit
1dda6dc0f6

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/controller/BatchController.java

@@ -134,7 +134,7 @@ public class BatchController {
             Thread thread2 = new Thread() {
                 @Override
                 public void run() {
-                    iKuaishouInterfaceService.getVideoList(oauthToken, DateUtils.getNowDate("yyyy-mm-dd"));
+                    iKuaishouInterfaceService.getVideoList(oauthToken, DateUtils.getNowDate("yyyy-MM-dd"));
                 }
             };
             thread2.start();