|
@@ -751,10 +751,10 @@ func (self *PayController) QueryPayInfo() {
|
|
|
details.FirstPay = firstPay
|
|
details.FirstPay = firstPay
|
|
|
details.OrderLimit = orderLimt
|
|
details.OrderLimit = orderLimt
|
|
|
details.Freight = freight
|
|
details.Freight = freight
|
|
|
- details.TotalPrice = totalCoupon
|
|
|
|
|
|
|
+ details.TotalPrice = total_price
|
|
|
details.PayBalance = paiedCash
|
|
details.PayBalance = paiedCash
|
|
|
details.PaySilver = paiedSilver
|
|
details.PaySilver = paiedSilver
|
|
|
- details.PayCoupon = total_quan
|
|
|
|
|
|
|
+ details.PayCoupon = totalCoupon
|
|
|
details.Discount = dis_amount
|
|
details.Discount = dis_amount
|
|
|
details.ShouldPay = total_weixin
|
|
details.ShouldPay = total_weixin
|
|
|
|
|
|