YYC
2023-08-17 f23f7a18fe8fe3729dfb91af5b55b515b835c7d8
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())) {