소스 검색

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)