|
|
|
@ -137,7 +137,7 @@ public class IotEnterpriseDashboardServiceImpl extends BaseServiceImpl<IotEnterp |
|
|
|
public List<IotDashboardGroupDTO> dashboardList(String tenantCode) { |
|
|
|
|
|
|
|
QueryWrapper wrapper = new QueryWrapper(); |
|
|
|
wrapper.eq("tenant_code", tenantCode, ObjectUtil.isNotEmpty(tenantCode)); |
|
|
|
wrapper.eq("tenant_code", Long.valueOf(tenantCode), ObjectUtil.isNotEmpty(tenantCode)); |
|
|
|
|
|
|
|
return ConvertUtils.sourceToTarget(iotDashboardGroupDao.selectListByQuery(wrapper),IotDashboardGroupDTO.class); |
|
|
|
} |
|
|
|
|