|
|
@@ -344,6 +344,7 @@ func (self *PayController) payCentExchange(oId, returnUrl, source, remark string
|
|
|
if resultStore {
|
|
|
self.ReturnError(403, []string{apps.ProductStockNotEnough[0], fmt.Sprintf("%s商品库存不足", prdName)}, "", nil)
|
|
|
}
|
|
|
+ beego.BeeLogger.Error("SaleNumsMap %v", SaleNumsMap)
|
|
|
order.Remark = remark
|
|
|
order.PayWay = order_model.PAY_WAY_CENT
|
|
|
order.Contact = address.Contact
|