修改分享功能

This commit is contained in:
2025-08-09 08:49:37 +08:00
parent 0c932c686d
commit af64984623
3 changed files with 80 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class AppDeviceShareController extends BaseController {
*/
@GetMapping("/deviceShareList")
public TableDataInfo<AppDeviceShareVo> list(AppDeviceShareBo bo, PageQuery pageQuery) {
return deviceShareService.queryPageList(bo, pageQuery);
return appDeviceShareService.queryPageList(bo, pageQuery);
}
/**