Commit e603a057 authored by suhuiguang's avatar suhuiguang

1.css 接口修改

parent 285cb763
......@@ -65,10 +65,10 @@ public class FireLatentDangerDto extends BaseDto {
@ApiModelProperty(value = "纬度")
private String lat;
@ApiModelProperty(value = "换流站经度")
private String stationLng;
@ApiModelProperty(value ="隐患经度")
private String sourceLng;
@ApiModelProperty(value = "换流站纬度")
private String stationLat;
@ApiModelProperty(value = "隐患纬度")
private String sourceLat;
}
......@@ -17,7 +17,7 @@
<when test="stationCode != null and stationCode != ''">
a.lat,
a.lng,
null as station_code,
a.station_code,
</when>
<otherwise>
s.lng,
......
......@@ -23,8 +23,8 @@
s.lat,
</otherwise>
</choose>
s.lng as stationLng,
s.lat as stationLat
d.lng as sourceLng,
d.lat as sourceLat
from
asf_fire_latent_danger d,
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