瀏覽代碼

update pay order product store rules

abiao 4 年之前
父節點
當前提交
d6d2ae0e0a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      go/gopath/src/fohow.com/apps/controllers/pay_controller/pay_exchange_controller.go

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

@@ -423,7 +423,6 @@ func FindNotEnoughPrd(storeMap map[int64]int64) (bool, string) {
 
 	//判断商品库存
 	for pId, nums := range storeMap {
-		//商品状态
 		product := product_model.GetProductById(pId, true)
 		if product.Package {
 			packageList := product_model.GetPackageList(pId, true)