库管员绑定查询

This commit is contained in:
sxu 2024-10-31 17:55:08 +08:00
parent ad954969d3
commit bc3e0a06bf
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**