feat: findOrder价格返回改价后的价格

This commit is contained in:
张松
2024-12-06 15:45:22 +08:00
parent 293b1acd9e
commit 8fa00c9c48
3 changed files with 13 additions and 0 deletions

View File

@@ -611,6 +611,7 @@ select * from tb_order_info where trade_day = #{day} and table_id = #{masterId}
d.product_sku_name AS productSkuName,
c.category_id AS categoryId,
d.price_amount as priceAmount,
d.discount_amount as discountAmount,
d.pack_amount as packAmount,
d.price as price,
d.pro_group_info as proGroupInfo
@@ -632,6 +633,7 @@ select * from tb_order_info where trade_day = #{day} and table_id = #{masterId}
d.product_sku_name AS productSkuName,
'' AS categoryId,
d.price_amount as priceAmount,
d.discount_amount as discountAmount,
d.pack_amount as packAmount,
d.price as price,
d.pro_group_info as proGroupInfo