|
@@ -38,7 +38,7 @@ public class UserOrderExport {
|
|
|
private OrderStatusEnum status;
|
|
|
@ExcelProperty(value = "备注", index = 11)
|
|
|
private String userNote;
|
|
|
- @ExcelProperty(value = "机构名称", index = 11)
|
|
|
+ @ExcelProperty(value = "机构名称", index = 12)
|
|
|
private String tenantName;
|
|
|
|
|
|
|