8.9
luodangjia
2024-08-11 90ab70ee2e1adc5f6f2cf3cac38df14b61568ba1
ruoyi-service/ruoyi-admin/src/main/java/com/ruoyi/admin/service/impl/OrderServiceImpl.java
@@ -167,6 +167,9 @@
        }
        if (null != serveRecord) {
            orderByServeRecord.setPhoto(Arrays.stream(serveRecord.getPhoto().split(",")).collect(Collectors.toList()));
            orderByServeRecord.setCardPic(serveRecord.getCardPic());
            orderByServeRecord.setPaperPic(serveRecord.getPaperPic());
            orderByServeRecord.setMachinePic(serveRecord.getMachinePic());
        }
        result.setServeRecordInfo(orderByServeRecord);
    }