admin
2018-12-22 a586d0e3e0d554f5468afb9d0d25f379a039c4b7
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(2,"没有更多了"));
            JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult(2, "没有更多了"));
            return;
         }