Browse Source

Merge branch 'dev' of http://git.ycjcjy.com/SpaceOfCheng/services into dev

zjxpcyc 6 years ago
parent
commit
9a8a945ad2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      service/goods/orders.go

+ 1
- 0
service/goods/orders.go View File

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