forked from dyf/fys-Multi-tenant
修改分享查看
This commit is contained in:
@ -47,7 +47,7 @@ public class AppDeviceShareService {
|
|||||||
public AppDeviceShareDetailVo getInfo(Long id) {
|
public AppDeviceShareDetailVo getInfo(Long id) {
|
||||||
|
|
||||||
LambdaQueryWrapper<AppDeviceShare> queryWrapper = new LambdaQueryWrapper<>();
|
LambdaQueryWrapper<AppDeviceShare> queryWrapper = new LambdaQueryWrapper<>();
|
||||||
queryWrapper.eq(AppDeviceShare::getDeviceId, id);
|
queryWrapper.eq(AppDeviceShare::getId, id);
|
||||||
List<AppDeviceShareVo> appDeviceShareVos = appDeviceShareMapper.selectVoList(queryWrapper);
|
List<AppDeviceShareVo> appDeviceShareVos = appDeviceShareMapper.selectVoList(queryWrapper);
|
||||||
if(appDeviceShareVos==null || appDeviceShareVos.isEmpty()){
|
if(appDeviceShareVos==null || appDeviceShareVos.isEmpty()){
|
||||||
return null;
|
return null;
|
||||||
|
Reference in New Issue
Block a user