Browse Source

产品信息

kobe6258 4 months ago
parent
commit
8daeb29ad6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/product.go

+ 1 - 1
controllers/product.go

@@ -474,7 +474,7 @@ func (this *ProductController) ProductList() {
 				return
 			}
 		} else {
-			condition += " AND type !=  '" + string(models.ProductReport) + "'"
+			condition += " AND type !=  '" + string(models.ProductPackage) + "'"
 		}
 
 	} else {