CZT
2023-08-27 5d6da5dd842088e148c9fd11db329fe75e4b4d12
igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5205.java
@@ -79,7 +79,7 @@
        if (listProgress != null && !listProgress.isEmpty()) {
            for (InoutData inoutData : listProgress) {
                phone35InoutDto = new Phone35InoutDto();
                BeanUtils.copyProperties(inoutData, inoutData);
                BeanUtils.copyProperties(inoutData, phone35InoutDto);
                if (InoutConstant.TYPE_IN.equals(inoutData.getType())) {