redis key常量

This commit is contained in:
2025-07-02 17:32:17 +08:00
parent 8081e38d5e
commit 88fee64f46
4 changed files with 75 additions and 7 deletions

View File

@ -114,7 +114,7 @@ public class EmsSiteMonitorController extends BaseController{
{
startPage();
List<BatteryDataStatsListVo> list = iSingleSiteService.getClusterDataInfoList(clusterDeviceId,siteId);
return getDataTable(list);
return getDataTable2(list);
}
/**