CZT
2023-08-22 8bc0034434277ba91a64f4e151168b61e058c561
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())) {