修改
This commit is contained in:
@ -83,7 +83,9 @@ public class FaceDeviceInfoServiceImpl implements FaceDeviceInfoService {
|
||||
List<FaceDeviceInfoDO> list = faceDeviceInfoDOPageResult.getList();
|
||||
if (CollectionUtil.isNotEmpty(list)){
|
||||
list.forEach(vo ->{
|
||||
if(vo.getCarteenId()!=null){
|
||||
vo.setCarteenName(carteenMapper.selectById(vo.getCarteenId()).getStoresName());
|
||||
}
|
||||
});
|
||||
}
|
||||
return faceDeviceInfoDOPageResult;
|
||||
|
Reference in New Issue
Block a user