fix: 优化逻辑

This commit is contained in:
tangwei 2026-06-17 11:44:34 +08:00
parent 0deb1b2e2f
commit 75527ae68b
2 changed files with 8 additions and 0 deletions

View File

@ -85,4 +85,10 @@ public class SdWtBaseInfoVO implements Serializable {
@Schema(description = "基地流域编码")
private String hbrvcd;
@Schema(description = "经度")
private Double lgtd;
@Schema(description = "纬度")
private Double lttd;
}

View File

@ -667,6 +667,8 @@ public class SdWtMonitorServiceImpl implements SdWtMonitorService {
.append("eng.STCD AS rstcd, ")
.append("NULL AS stCode, ")
.append("NULL AS stName, ")
.append("eng.LGTD AS lgtd, ")
.append("eng.LTTD AS lttd, ")
.append("eng.DVTP AS dvtp, ")
.append("hb.ORDER_INDEX AS baseStepSort, ")
.append("eng.HBRVCD AS hbrvcd, ")