浏览代码

时间格式调整

yumeng 5 年之前
父节点
当前提交
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() {
             Thread thread2 = new Thread() {
                 @Override
                 @Override
                 public void run() {
                 public void run() {
-                    iKuaishouInterfaceService.getVideoList(oauthToken, DateUtils.getNowDate("yyyy-mm-dd"));
+                    iKuaishouInterfaceService.getVideoList(oauthToken, DateUtils.getNowDate("yyyy-MM-dd"));
                 }
                 }
             };
             };
             thread2.start();
             thread2.start();