@@ -328,7 +328,6 @@ public class AdminCustomerController {
pagedResult.setTotal(totalNum);
}
ProductType productType = new ProductType();
- productType.setTypeStatus(1);
//查询产品类型集合
List<ProductType> typeList = productService.listProductType(productType);
//查询客诉类型集合