skyouc
4 天以前 402f2897a54242cd04133e74eeba3d8b700bfe9a
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/CheckDiffItem.java
@@ -224,7 +224,7 @@
        if (checkQty.compareTo(0.0) <= 0) {
            return 0.0;
        }
        Double diffQty = Math.round((this.checkQty - this.anfme) * 1000) / 1000.0;
        Double diffQty = Math.round((this.checkQty - this.anfme) * 1000000) / 1000000.0;
        return diffQty;
    }