This commit is contained in:
2023-03-27 12:03:48 +08:00
parent 5bb75b2df8
commit 240d864ddb
2 changed files with 1 additions and 4 deletions

View File

@@ -30,8 +30,6 @@ public class OrderExcelVo {
private String receiverDetailAddress;
@ExportEntityMap(CnName = "订单状态", EnName = "statusName")
private String statusName;
@JsonIgnore
private String storeId;
}

View File

@@ -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>