north-glass-erp/src/main/java/com/example/erp/dto/sd/OrderDTO.java
@@ -47,4 +47,6 @@ private String totalThickness; @ExcelProperty("客户简称") private String customerAbbreviation; @ExcelProperty("订单加工要求") private String processingNotes; } north-glass-erp/src/main/resources/mapper/sd/OrderDetailMapper.xml
@@ -549,6 +549,7 @@ <select id="exportOrderReport" > SELECT *, b.processing_note as processingNotes, a.create_time as createTime, d.type_name as level_one, e.type_name as level_two @@ -941,7 +942,7 @@ b.delivery_address, b.other_money, b.other_money_remarks, b.processing_note, b.processing_note as processingNotes, b.other_remarks, b.area, b.quantity,