1
0

app设备解绑

This commit is contained in:
2025-07-11 11:34:30 +08:00
parent 3250dd3f83
commit a423ac0f8b
5 changed files with 61 additions and 5 deletions

View File

@ -503,7 +503,7 @@ public class DeviceServiceImpl extends ServiceImpl<DeviceMapper, Device> impleme
Long userId = AppLoginHelper.getUserId();
bo.setBindingUserId(userId);
}
Page<AppDeviceVo> result = baseMapper.queryAppDeviceList(pageQuery.build(), bo);
Page<AppDeviceVo> result = baseMapper.queryAppBindDeviceList(pageQuery.build(), bo);
return TableDataInfo.build(result);
}