后台资产展示代码

master
冷调 2024-08-27 18:35:08 +08:00
parent f929327752
commit 02a0207a3c
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public class TableDataController extends BaseController {
}
tableInfoTreeReps.add(tableInfoTreeRep);
}
return success(tableInfoTreeReps);
return Result.success(tableInfoTreeReps);
}
/**