fix: 批复文件优化
This commit is contained in:
parent
eeca64f1ea
commit
d4ea1186bc
@ -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;
|
||||
|
||||
}
|
||||
|
||||
@ -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 " +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user