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