chen.lin
14 小时以前 9f724c61dfa4dc4c0eea66253ea0780b023622ae
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$(){