czt
2025-06-12 930d29f39d115fe76c305af4320c2acbcb30c445
igds-inout/src/main/java/com/ld/igds/inout/service/impl/InoutServiceImpl.java
@@ -317,6 +317,9 @@
        if (null == data.getEmptyWeightTime()) {
            data.setEmptyWeightTime(new Date());
        }
        if (null == data.getFullWeightTime()) {
            data.setFullWeightTime(new Date());
        }
        //调整时间差
        if (InoutConstant.TYPE_IN.equals(data.getType())) {