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

This commit is contained in:
张松
2024-12-06 15:52:57 +08:00
parent 2f0b80a8db
commit 8332589647
3 changed files with 9 additions and 9 deletions

View File

@@ -611,7 +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.discount_sale_amount as discountSaleAmount,
d.pack_amount as packAmount,
d.price as price,
d.member_price as memberPrice,
@@ -635,7 +635,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.discount_sale_amount as discountSaleAmount,
d.pack_amount as packAmount,
d.price as price,
d.member_price as memberPrice,