tjf %!s(int64=3) %!d(string=hai) anos
pai
achega
30e8243f38

+ 1 - 1
boman-web-core/src/main/java/com/boman/web/core/controller/GridInfoController.java

@@ -94,6 +94,6 @@ public class GridInfoController extends BaseController
             gridInfo.setType("1");
         }
         AjaxResult ajaxResult = gridInfoService.treeSelect(gridInfo);
-        return AjaxResult.success(ajaxResult);
+        return ajaxResult;
     }
 }