CZT
2023-10-19 ad16e7c6dac7d23b3bb903f1d3750978f1d7066d
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())) {