模块结构单元,查询
This commit is contained in:
+3
-3
@@ -40,9 +40,9 @@ public class SarModelTreeController extends BaseController<SarModelTree> {
|
|||||||
|
|
||||||
@ApiOperation("查询父所有资源")
|
@ApiOperation("查询父所有资源")
|
||||||
@GetMapping("/list")
|
@GetMapping("/list")
|
||||||
public ResponseMessage<List<SarModelTree>> getAll(SarModelTree sarVppsTree){
|
public ResponseMessage<List<SarModelTree>> getAll(){
|
||||||
// List<SarModelTree> tsResources = iSarModelTreeService.getAll(sarVppsTree);
|
List<SarModelTree> tsResources = iSarModelTreeService.getAll(null);
|
||||||
List<SarModelTree> tsResources = iSarModuleTreeService.getAll(sarVppsTree);
|
// List<SarModelTree> tsResources = iSarModuleTreeService.getAll(null);
|
||||||
return Result.success(tsResources);
|
return Result.success(tsResources);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user