Commit 6d5f9647894aa95d9097a5d58de354ca976d03c6

Authored by 潘钊
1 parent e87ba568

update...

src/main/java/com/bsth/data/pilot80/PilotReport.java
@@ -189,7 +189,7 @@ public class PilotReport { @@ -189,7 +189,7 @@ public class PilotReport {
189 } 189 }
190 190
191 public boolean isEmpty(Double v) { 191 public boolean isEmpty(Double v) {
192 - return v == null || v.equals(0); 192 + return v == null || v.equals(0.0);
193 } 193 }
194 194
195 public void defaultReply(String nbbm, short requestCode, boolean agree) { 195 public void defaultReply(String nbbm, short requestCode, boolean agree) {