|
@@ -164,7 +164,7 @@ public class MakrerApi {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
long kdtotal = 0L, total = 0L;
|
|
long kdtotal = 0L, total = 0L;
|
|
- if (Objects.nonNull(future.get())) {
|
|
|
|
|
|
+ if (Objects.nonNull(future) && Objects.nonNull(future.get())) {
|
|
Map<String, Long> map = (Map<String, Long>) future.get();
|
|
Map<String, Long> map = (Map<String, Long>) future.get();
|
|
kdtotal = map.get("kdtotal");
|
|
kdtotal = map.get("kdtotal");
|
|
total = map.get("total");
|
|
total = map.get("total");
|