buhuazhen
3 天以前 9050833f2096f16f1a0aa26341287c552af00739
src/main/java/com/ruoyi/basic/excel/ProductionPrintOrderExcel.java
@@ -132,6 +132,7 @@
            Sheet sheet = workbook.getSheetAt(0);
            // ===== 插入图片 =====
            if(printOrderDto.getCuttingImage() != null){
            byte[] imageBytes = printOrderDto.getCuttingImage();
            int pictureIdx = workbook.addPicture(imageBytes, Workbook.PICTURE_TYPE_JPEG);
@@ -151,6 +152,9 @@
//            picture.resize(0.5);
            }
            // 进行合并操作 切料示意图部分
            int startRow = 7;