|
|
@@ -275,7 +275,7 @@ func (self *PayController) wxPayExchangeAsync() {
|
|
|
totalFee, _ := strconv.ParseInt(params.TotalFee, 10, 64)
|
|
|
settlementTotalFee, _ := strconv.ParseInt(params.SettlementTotalFee, 10, 64)
|
|
|
beego.BeeLogger.Warn("after_pay_controller.wxPayExchangeAsync.settlementTotalFee(%d)", settlementTotalFee)
|
|
|
- if order == nil || (order.TotalPrice+order.Freight) != totalFee {
|
|
|
+ if order == nil || (order.PaiedPrice) != totalFee {
|
|
|
beego.BeeLogger.Error("order err: %v", order)
|
|
|
self.Ctx.WriteString(wx_mp.MapToXmlString(notifyResponse))
|
|
|
return
|