admin
2020-02-17 e26a53e729c16a36825a399f26e7ab069890320a
fanli/src/main/java/com/yeshi/fanli/controller/admin/BrandShopAdminController.java
@@ -114,7 +114,6 @@
      try {
         List<BrandClass> list = brandClassService.listQuery((pageIndex - 1) * pageSize, pageSize, key, state);
         if (list == null || list.size() == 0) {
            JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult("暂无数据"));
            return;