소스 검색

update pay order product store rules

abiao 4 년 전
부모
커밋
168f56e81c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      go/gopath/src/fohow.com/apps/controllers/pay_controller/pay_exchange_controller.go

+ 1 - 0
go/gopath/src/fohow.com/apps/controllers/pay_controller/pay_exchange_controller.go

@@ -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