|
@@ -394,7 +394,7 @@ public class GeoHazardMonitorTokenController {
|
|
|
|
|
|
log.info("list.size()------>" + list.size());
|
|
|
log.info("list-----data->"+list);
|
|
|
- if (list.size() < 0) {
|
|
|
+ if (list.size() <= 0) {
|
|
|
if (!ObjectUtils.isEmpty(baseCameraManagementList)) {
|
|
|
int minDifference = Integer.MAX_VALUE;
|
|
|
String code = null;
|