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 = "纬度") @Schema(description = "纬度")
private String lttd; private String lttd;
@Schema(description = "纬度")
private String flid;
@Schema(description = "基地排序") @Schema(description = "基地排序")
private Integer baseStepSort; private Integer baseStepSort;
@ -122,4 +125,5 @@ public class EngEiaapprovalVo {
@Schema(description = "站点排序") @Schema(description = "站点排序")
private Integer siteStepSort; private Integer siteStepSort;
} }

View File

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