Commit f5b43325 authored by ZWT's avatar ZWT

feat(能源管理系统): 基础信息配置

1.修改基础信息配置--输电线路配置模块查询井口列表接口,增加返回结果参数,修改查询逻辑,完成接口冒烟测试同时修改接口文档;
2.修改基础信息配置模块业务工具类,增加匹配查询字典名称方法;
3.修改基础信息配置模块业务工具类,增加匹配查询地区名称方法;
4.修改基础信息配置模块业务工具类,增加匹配查询组织名称方法;
5.修改基础信息配置--市电峰谷配置模块详情接口,增加时段类型值返回结果字段;
6.修改基础信息配置--市电峰谷配置模块表结构字段类型,同时更新相应代码,修改部分接口业务处理逻辑,重新完成接口冒烟测试;
7.修改基础信息配置--输电线路配置模块表结构字段类型,同时更新相应代码,修改部分接口业务处理逻辑,重新完成接口冒烟测试;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent aeb94de3
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
<select id="selectList" parameterType="pps.core.base.entity.BasePowerLineWellheadView" resultMap="ExtendsResultMap"> <select id="selectList" parameterType="pps.core.base.entity.BasePowerLineWellheadView" resultMap="ExtendsResultMap">
SELECT l.id, SELECT l.id,
l.wellhead_id, l.wellhead_id,
l.start_seq,
w.well_number, w.well_number,
w.run_type_key, w.run_type_key,
w.service_rating w.service_rating
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment