Himawari中置信度保留
This commit is contained in:
parent
a0d1c6422a
commit
7ff3b089d6
@ -94,7 +94,7 @@ public class FirePointServiceImpl implements FirePointService {
|
||||
return false;
|
||||
}
|
||||
if ("Himawari 8".equals(firePointQo.getSatelliteType())) {
|
||||
if ("N".equals(firePointQo.getConfidence()) || "L".equals(firePointQo.getConfidence())) {
|
||||
if ("L".equals(firePointQo.getConfidence())) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user