|
@@ -289,7 +289,7 @@ public class GasCommonController {
|
|
|
equalsCondition.put("mmsi", "!0");
|
|
|
Map<String, Object> rangeCondition = new HashMap<>();
|
|
|
if (StrUtil.isBlank(startTime)) {
|
|
|
- startTime = DateUtil.formatDateTime(DateUtil.offsetHour(new Date(), -3));
|
|
|
+ startTime = DateUtil.formatDateTime(DateUtil.offsetHour(new Date(), -2));
|
|
|
}
|
|
|
rangeCondition.put("createTime", StrUtil.concat(true, "[", startTime, ",", DateUtil.now(), "]"));
|
|
|
List<String> orderBy = new ArrayList<>();
|