YYC
2023-10-12 69b106562e1649b04155bf16d7ce635c7cc80c2d
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())) {