Commit e603a057 authored by suhuiguang's avatar suhuiguang

1.css 接口修改

parent 285cb763
...@@ -65,10 +65,10 @@ public class FireLatentDangerDto extends BaseDto { ...@@ -65,10 +65,10 @@ public class FireLatentDangerDto extends BaseDto {
@ApiModelProperty(value = "纬度") @ApiModelProperty(value = "纬度")
private String lat; private String lat;
@ApiModelProperty(value = "换流站经度") @ApiModelProperty(value ="隐患经度")
private String stationLng; private String sourceLng;
@ApiModelProperty(value = "换流站纬度") @ApiModelProperty(value = "隐患纬度")
private String stationLat; private String sourceLat;
} }
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<when test="stationCode != null and stationCode != ''"> <when test="stationCode != null and stationCode != ''">
a.lat, a.lat,
a.lng, a.lng,
null as station_code, a.station_code,
</when> </when>
<otherwise> <otherwise>
s.lng, s.lng,
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
s.lat, s.lat,
</otherwise> </otherwise>
</choose> </choose>
s.lng as stationLng, d.lng as sourceLng,
s.lat as stationLat d.lat as sourceLat
from from
asf_fire_latent_danger d, asf_fire_latent_danger d,
asf_fire_station_info s asf_fire_station_info s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment