fix: 批复文件优化

This commit is contained in:
tangwei 2026-06-10 15:01:42 +08:00
parent eeca64f1ea
commit d4ea1186bc
2 changed files with 6 additions and 0 deletions

View File

@ -111,6 +111,9 @@ public class EngEiaapprovalVo {
@Schema(description = "纬度")
private String lttd;
@Schema(description = "纬度")
private String flid;
@Schema(description = "基地排序")
private Integer baseStepSort;
@ -122,4 +125,5 @@ public class EngEiaapprovalVo {
@Schema(description = "站点排序")
private Integer siteStepSort;
}

View File

@ -236,6 +236,7 @@ public class SdEngInfoBHServiceImpl extends ServiceImpl<SdEngInfoBHMapper, SdEng
dataSourceRequest.getTake());
}
Map<String, Object> paramMap = new HashMap<>();
StringBuilder sql = new StringBuilder(buildEiaapprovalBaseSql());
@ -355,6 +356,7 @@ public class SdEngInfoBHServiceImpl extends ServiceImpl<SdEngInfoBHMapper, SdEng
"sttp.STTP_NAME AS sttpName, " +
"TO_CHAR(s.BLDSTT_CODE) AS bldsttCcode, " +
"s.BLDSTT AS bldstt, " +
"e.FLID AS flid, " +
"TO_CHAR(s.LGTD) AS lgtd, " +
"TO_CHAR(s.LTTD) AS lttd, " +
"CASE " +