fix: 优化逻辑
This commit is contained in:
parent
0deb1b2e2f
commit
75527ae68b
@ -85,4 +85,10 @@ public class SdWtBaseInfoVO implements Serializable {
|
|||||||
|
|
||||||
@Schema(description = "基地流域编码")
|
@Schema(description = "基地流域编码")
|
||||||
private String hbrvcd;
|
private String hbrvcd;
|
||||||
|
|
||||||
|
@Schema(description = "经度")
|
||||||
|
private Double lgtd;
|
||||||
|
|
||||||
|
@Schema(description = "纬度")
|
||||||
|
private Double lttd;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -667,6 +667,8 @@ public class SdWtMonitorServiceImpl implements SdWtMonitorService {
|
|||||||
.append("eng.STCD AS rstcd, ")
|
.append("eng.STCD AS rstcd, ")
|
||||||
.append("NULL AS stCode, ")
|
.append("NULL AS stCode, ")
|
||||||
.append("NULL AS stName, ")
|
.append("NULL AS stName, ")
|
||||||
|
.append("eng.LGTD AS lgtd, ")
|
||||||
|
.append("eng.LTTD AS lttd, ")
|
||||||
.append("eng.DVTP AS dvtp, ")
|
.append("eng.DVTP AS dvtp, ")
|
||||||
.append("hb.ORDER_INDEX AS baseStepSort, ")
|
.append("hb.ORDER_INDEX AS baseStepSort, ")
|
||||||
.append("eng.HBRVCD AS hbrvcd, ")
|
.append("eng.HBRVCD AS hbrvcd, ")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user