xushili

xushili push update naar master in wangb/runeconomy-nx

3 weken geleden

xushili push update naar nxha in xushili/calc-hub

1 maand geleden

xushili push update naar master in wangb/runeconomy-nx

  • 9880343095 fix(data): 适配新数据源并优化数据处理逻辑 - 在 PowerFittingData 类中添加对 ProBasicModelPowerRd 的引用,用于获取理论功率数据- 优化 PowerFittingData构造函数,增加空值判断和类型转换 - 修改 TsDataService 中的数据获取逻辑,统一处理以 "NX" 开头的标签名 - 优化数据统计方法,提高代码可读性和维护性

1 maand geleden

xushili push update naar master in wangb/runeconomy-nx

  • d88d0efa1e feat(NewDataFittingService):优化功率预测数据处理 - 在 NewDataFittingService 中更新 PowerFittingData 构造函数调用 - 在 PowerFittingData 中添加新的构造函数,支持模型 ID 参数 - 利用 CacheContext 中的 theoreticalPowerMap 进行功率预测

1 maand geleden

xushili push update naar master in wangb/runeconomy-nx

  • 25a65ca444 fix(runeconomy): 优化数据拟合功能 - 修改数据准备、预处理和拟合的逻辑 - 增加对空数据和异常值的处理 - 优化数据组装和解析方法- 调整文件读写和数据库保存操作 - 移除未使用的代码和注释

1 maand geleden

xushili push update naar nxha in xushili/calc-hub

  • 378fe76c60 feat(ucp): 新增 IStationInfoMonthService 接口- 添加了 IStationInfoMonthService 接口,继承自 IService<StationInfoMonth> - 接口中定义了根据日期获取站点信息的方法,包括列表和字典形式的数据返回 - 为后续处理站点月度信息提供了基础服务接口

1 maand geleden

xushili push update naar master in wangb/runeconomy-nx

  • b2508244b4 refactor(runeconomy-xk): 优化 URL 映射和数据查询 - 在 ProEconEquipmentInfoDayTopServiceImpl 中优化数据查询逻辑,添加按记录日期排序

1 maand geleden

xushili push update naar master in wangb/runeconomy-nx

  • 05f53d3a7b refactor(data-adapter): 优化数据获取逻辑 - 新增 mqttMap 接口,返回 MqttCache 中的点数据 -优化 getLatestData 方法,增加对未获取到的数据进行历史数据查询的逻辑 - 新增 getHistorySection 方法,用于查询指定时间范围内的历史数据 refactor(runeconomy-xk): 重构经济运行分析相关代码 - 优化 BenchmarkingService 中的数据处理逻辑,使用 double 类型替代 BigDecimal -重构 EconomyPointHomePageService 中的统计计算方法,提高性能 - 新增 ProEconEquipmentInfoDayTopServiceImpl 中的数据处理方法,整合涡轮机信息 - 更新 SingleAnalysisController,增加单机分析功能- 修改 TurbineInfoDay 模型,将 BigDecimal 类型改为 Double

1 maand geleden

xushili push update naar master in wangb/runeconomy-nx

  • fe8033fd41 refactor(runeconomy-xk): 优化代码结构和性能 - 移除未使用的 PointData2 类 - 重构 SpecificService 中的数据查询和处理逻辑 -优化 WindresourceanalysisService 中的数据统计方法 - 调整 BenchmarkingService 中的数值计算方式- 清理 application-nxf.yml 中的注释代码

1 maand geleden

xushili push update naar master in wangb/runeconomy-nx

  • edf992cf41 fix(data-adapter): 调整非 NX_FGS_ 头部标签的时间处理 - 对于不以 NX_FGS_ 开头的标签名,获取原始数据前将时间参数减去 8

2 maanden geleden

xushili push update naar master in wangb/runeconomy-nx

  • 726c234820 Merge branch 'master' of http://124.70.43.205:3000/wangb/runeconomy-nx
  • b5a0482696 refactor(data-adapter): 优化数据获取接口和历史数据处理- 修改 getLatest 接口,支持接收多个 keys 参数 - 新增 getLatestp 接口,用于获取多个 keys 的最新数据- 调整 historyRaw接口,保留原有逻辑 - 优化 getTagValueLatest3 方法,修改时间范围和数据采样方式
  • Toon vergelijking voor deze 2 commits »

2 maanden geleden

xushili push update naar nxha in xushili/calc-hub

  • 3e4c3791b7 refactor(ucp): 修改数据查询接口参数类型 - 将 ILineInfoDayService、IMeterInfoDayService、IStationInfoDayService 和 ITurbineInfoDayService 接口中的 getDatasByPartSelects 方法的最后一个参数类型从 SFunction 变为 String - 修改了这些接口的方法签名,以适应新的参数类型

2 maanden geleden

xushili push update naar nxha in xushili/calc-hub

  • 8ebf592b5e refactor(ucp): 修改数据查询接口参数类型 - 将 ILineInfoDayService、IMeterInfoDayService、IStationInfoDayService 和 ITurbineInfoDayService 接口中的 getDatasByPartSelects 方法的最后一个参数类型从 SFunction 变为 String - 修改了这些接口的方法签名,以适应新的参数类型

3 maanden geleden

xushili push update naar nxha in xushili/calc-hub

  • a1f15227b6 feat(ucp): 新增报表回填功能 - 添加 ProBaseBackfill 相关实体、Mapper 和 Service - 实现报表回填相关的接口和方法 - 新增计算测点功能,包括 ProEconEquipmentInfoJs 相关实体、Mapper 和 Service -优化 LineInfoDay 和 TurbineInfoDay 的查询方法 -调整应用配置,增加静态资源路径 - 修改 AdapterApi 接口,增加新的数据查询方法
  • 1c916bc5d0 refactor(ruoyi-admin): 注释掉 PredictController 的 @RestController 注解
  • 30b709aaa5 refactor(admin): 重构首页接口返回值类型 - 将 SysIndexController 类的注解从 @RestController 改为 @Controller - 修改 index() 方法返回值为 "index.html",注释掉原有的字符串返回值
  • 86f3f75793 feat(admin): 添加高可用配置和静态资源 - 新增 application-ha.yml 配置文件,用于高可用环境配置 - 新增 application-druid3.yml 配置文件,用于 Druid 数据源配置- 添加静态资源文件,包括 HTML、CSS 和 JavaScript 文件 -配置 Redis、数据库连接池等信息 - 设置项目基本信息和日志级别
  • 6eb0cb6e0c Merge branch 'master' of http://124.70.43.205:3000/xushili/calc-hub

3 maanden geleden

xushili created new branch nxha at xushili/calc-hub

3 maanden geleden

xushili push update naar master in wangb/runeconomy-nx

  • 60b77313a4 refactor(data-adapter):调整数据获取策略和网络请求超时设置 - 将数据获取的默认页面大小从 100000 调整为 90000,以优化性能和资源使用- 将 MyWebClient 的响应超时时间从 30秒调整为 9 分钟,以适应可能的网络延迟

3 maanden geleden

xushili push update naar master in wangb/runeconomy-nx

3 maanden geleden

xushili push update naar master in xushili/calc-hub

  • 1c916bc5d0 refactor(ruoyi-admin): 注释掉 PredictController 的 @RestController 注解

3 maanden geleden

xushili push update naar master in xushili/calc-hub

  • 30b709aaa5 refactor(admin): 重构首页接口返回值类型 - 将 SysIndexController 类的注解从 @RestController 改为 @Controller - 修改 index() 方法返回值为 "index.html",注释掉原有的字符串返回值

3 maanden geleden

xushili push update naar master in xushili/calc-hub

  • 86f3f75793 feat(admin): 添加高可用配置和静态资源 - 新增 application-ha.yml 配置文件,用于高可用环境配置 - 新增 application-druid3.yml 配置文件,用于 Druid 数据源配置- 添加静态资源文件,包括 HTML、CSS 和 JavaScript 文件 -配置 Redis、数据库连接池等信息 - 设置项目基本信息和日志级别

3 maanden geleden