@@ -873,6 +873,7 @@ public class SyShippingDetailsController extends JeecgController<SyShippingDetai
DataFormat dataFormat = workbook.createDataFormat();
textStyle.setDataFormat(dataFormat.getFormat("@")); // 设置为文本格式
cell1.setCellStyle(textStyle);
+ cell1.setCellValue(syPreList.get(index).getCodingRules());
}