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