#
1
2026-01-09 e6e97e4b558d40a46887a4abb52ba4bbdbba71a2
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/CheckDiffItem.java
@@ -218,6 +218,9 @@
    }
    public Double getDiffQty() {
        if (checkQty.compareTo(0.0) <= 0) {
            return 0.0;
        }
        Double diffQty = Math.round((this.checkQty - this.anfme) * 1000) / 1000.0;
        return diffQty;
    }