wangfei 6 vuotta sitten
vanhempi
commit
aa86bee3fe
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      service/goods/orders.go

+ 1
- 0
service/goods/orders.go Näytä tiedosto

@@ -139,6 +139,7 @@ func (s *GoodsServ) Orders(
139 139
 		} else {
140 140
 			// 如果是使用城币
141 141
 			info.PayType = models.CONSUME_COINCHG
142
+			info.CouponAmount = "0.0"
142 143
 		}
143 144
 
144 145
 		accMoney, _ := strconv.ParseFloat(account.Amount, 64)