库管员绑定查询
This commit is contained in:
parent
ad954969d3
commit
bc3e0a06bf
|
|
@ -58,7 +58,7 @@ public class TypeController extends BaseController {
|
|||
@GetMapping("/listNoPage")
|
||||
public AjaxResult listNoPage(MaTypeListVo type) {
|
||||
List<MaTypeListVo> list = typeService.selectTypeListAndParentInfo(type);
|
||||
return success(list);
|
||||
return typeService.getMyTypeAndBindUsers(list);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue