chen.lin
1 天以前 4c1ac97d065cd4f179fbe2a63970d447c0c54c62
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/ReviseLogItem.java
@@ -252,7 +252,9 @@
    }
    public Double getDiffQty() {
        return Math.round((this.reviseQty - this.anfme) * 10000) / 10000.0;
        Double reviseQtyValue = this.reviseQty != null ? this.reviseQty : 0.0;
        Double anfmeValue = this.anfme != null ? this.anfme : 0.0;
        return Math.round((reviseQtyValue - anfmeValue) * 1000000) / 1000000.0;
    }
    public String getUpdateBy$(){