feat: findOrder价格返回改价后的价格
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user