mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 01:45:55 +08:00
[update] 支持通过小程序下发自定义命令,优化管理员可彻底删除页面功能
This commit is contained in:
@@ -102,6 +102,7 @@ public class IotDeviceUserRelationServiceImpl implements IIotDeviceUserRelationS
|
||||
public IotDeviceUserRelation selectIotDeviceUserRelationByDeviceIdAndUserId(Long deviceId, Long userId) {
|
||||
IotDeviceUserRelation iotDeviceUserRelation = new IotDeviceUserRelation();
|
||||
iotDeviceUserRelation.setUserId(userId);
|
||||
iotDeviceUserRelation.setDeviceId(deviceId);
|
||||
List<IotDeviceUserRelation> iotDeviceUserRelations = iotDeviceUserRelationMapper.selectIotDeviceUserRelationList(iotDeviceUserRelation);
|
||||
if(iotDeviceUserRelations==null || iotDeviceUserRelations.size()==0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user