|
|
|
@ -111,6 +111,7 @@ public class IotGroupInfoServiceImpl extends BaseServiceImpl<IotGroupInfoMapper, |
|
|
|
@Override |
|
|
|
public PageData<IotGroupInfoDTO> pageList(Map<String, Object> params) { |
|
|
|
params.put(Constant.ORDER_FIELD,"type"); |
|
|
|
params.put("tenantCode",UserContext.getRealTenantCode()); |
|
|
|
PageData<IotGroupInfoDTO> pageData = getPageData(params, IotGroupInfoDTO.class,true); |
|
|
|
//数据创建者,以及超管,拥有编辑删除权限, |
|
|
|
//默认数据不得编辑删除 |
|
|
|
|