xy 274d787b04 refactor(data): 统一数据库字段命名规范并更新查询逻辑
- 将DataHarmpowerP类中的totPf、totDf、totP等字段的@Column注解名称规范化为下划线格式
- 将DataHarmpowerP类中的totP1-totP50字段名统一调整为tot_tp_1-tot_tp_50格式
- 将DataHarmpowerQ类中的totQ字段名调整为tot_q,totQ1-totQ50调整为tot_tq_1-tot_tq_50格式
- 将DataHarmpowerS类中的totS字段名调整为tot_s,totS1-totS50调整为tot_ts_1-tot_ts_50格式
- 在InfluxdbDataHarmpowerPImpl服务中添加tot_tp_1-tot_tp_50字段的查询条件配置
- 在InfluxdbDataHarmpowerPImpl服务中增加TotP、TotDf、TotPf字段的选择查询
- 在InfluxdbDataHarmpowerQImpl服务中添加tot_tq_1-tot_tq_50字段的查询条件配置
- 在InfluxdbDataHarmpowerQImpl服务中增加TotQ字段的选择查询
- 在InfluxdbDataHarmpowerSImpl服务中添加tot_ts_1-tot_ts_50字段的查询条件配置
- 在InfluxdbDataHarmpowerSImpl服务中增加TotS字段的选择查询
2026-07-01 17:16:21 +08:00
2026-05-08 10:09:48 +08:00
2025-01-16 16:35:12 +08:00
2025-12-11 14:56:14 +08:00
2026-04-02 10:48:12 +08:00
2025-04-25 16:10:54 +08:00

cn-data-platform

灿能数据处理平台

data-processing 数据处理模块,主要用于对外提供数据,以及接收数据入库。 message 消息处理模块,主要用于处理各类消息。 analysis 数据解析模块,用来解析装置上送的各类数据。 algorithm 算法模块,用来计算装置数据、业务数据。 log 日志模块,用来存储各类日志。 migration influxdb迁移模块。

Description
No description provided
Readme 2.6 MiB
2026-04 Latest
2026-05-08 13:37:36 +08:00
Languages
Java 100%