|
@@ -42,7 +42,7 @@ public class EquipDataJob {
|
|
//设置入参开始时间
|
|
//设置入参开始时间
|
|
calendar.setTime(now);
|
|
calendar.setTime(now);
|
|
// 获取当前时间前10分钟的日期
|
|
// 获取当前时间前10分钟的日期
|
|
- calendar.add(Calendar.MINUTE, -10);
|
|
|
|
|
|
+ calendar.add(Calendar.MINUTE, -15);
|
|
String startTime = URLEncoder.encode(sdf.format(calendar.getTime()), "UTF-8");
|
|
String startTime = URLEncoder.encode(sdf.format(calendar.getTime()), "UTF-8");
|
|
// String accessKey = "d99f0830813a4d82921aefa002ddfb22";
|
|
// String accessKey = "d99f0830813a4d82921aefa002ddfb22";
|
|
Integer page = 1;
|
|
Integer page = 1;
|