导出
This commit is contained in:
@@ -30,8 +30,6 @@ public class OrderExcelVo {
|
|||||||
private String receiverDetailAddress;
|
private String receiverDetailAddress;
|
||||||
@ExportEntityMap(CnName = "订单状态", EnName = "statusName")
|
@ExportEntityMap(CnName = "订单状态", EnName = "statusName")
|
||||||
private String statusName;
|
private String statusName;
|
||||||
@JsonIgnore
|
|
||||||
private String storeId;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -331,8 +331,7 @@
|
|||||||
when 17 then '已删除'
|
when 17 then '已删除'
|
||||||
when 12 then '待付款'
|
when 12 then '待付款'
|
||||||
end as statusName,
|
end as statusName,
|
||||||
ooi.product_quantity productQuantity,
|
ooi.product_quantity productQuantity
|
||||||
omo.store_id storeId
|
|
||||||
from oms_order omo
|
from oms_order omo
|
||||||
left join oms_order_item ooi on ooi.order_sn = omo.order_sn
|
left join oms_order_item ooi on ooi.order_sn = omo.order_sn
|
||||||
<where>
|
<where>
|
||||||
|
|||||||
Reference in New Issue
Block a user