admin
2019-01-23 7f86c7148acab0c32f5f7f966e10aca079c21171
fanli/src/main/java/com/yeshi/fanli/controller/apph5/AppH5HelpCenterController.java
@@ -52,7 +52,7 @@
               helpCenterService.queryIdAndTitle((pageIndex - 1) * pageSize, pageSize, key);
         
         if (helpCenterList == null || helpCenterList.size() == 0) {
            JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult("暂无数据"));
            JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult(2, "没有更多了"));
            return;
         }