@@ -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();