feat: findOrder价格返回改价后的价格
This commit is contained in:
@@ -614,6 +614,8 @@ select * from tb_order_info where trade_day = #{day} and table_id = #{masterId}
|
||||
d.discount_amount as discountAmount,
|
||||
d.pack_amount as packAmount,
|
||||
d.price as price,
|
||||
d.member_price as memberPrice,
|
||||
|
||||
d.pro_group_info as proGroupInfo
|
||||
FROM
|
||||
tb_order_detail d
|
||||
@@ -636,6 +638,7 @@ select * from tb_order_info where trade_day = #{day} and table_id = #{masterId}
|
||||
d.discount_amount as discountAmount,
|
||||
d.pack_amount as packAmount,
|
||||
d.price as price,
|
||||
d.member_price as memberPrice,
|
||||
d.pro_group_info as proGroupInfo
|
||||
FROM
|
||||
tb_order_detail d
|
||||
|
||||
Reference in New Issue
Block a user