@@ -473,6 +473,8 @@ func (this *ProductController) ProductList() {
br.ErrMsg = "无效的产品类型:" + ProductType
return
}
+ } else {
+ condition += " AND type != '" + string(models.ProductReport) + "'"
} else {