|
equalsCondition.put("mmsi", "!0");
|
|
equalsCondition.put("mmsi", "!0");
|
|
Map<String, Object> rangeCondition = new HashMap<>();
|
|
Map<String, Object> rangeCondition = new HashMap<>();
|
|
rangeCondition.put("createTime", StrUtil.concat(true, "[", startTime, ",", DateUtil.now(), "]"));
|
|
rangeCondition.put("createTime", StrUtil.concat(true, "[", startTime, ",", DateUtil.now(), "]"));
|