Commit 891703ac authored by tangwei's avatar tangwei

增加场站id

parent 57bc82b1
......@@ -51,7 +51,8 @@
sta.type as type,
hjc.signal_strength as signalStrength,
pc.COMPANY_NAME as companyName,
hjc.sequence_nbr as sequenceNbr
hjc.sequence_nbr as sequenceNbr,
sta.third_station_id thirdStationId
from
hygf_jp_collector hjc
left join hygf_jp_station sta on sta.third_station_id = hjc.third_station_id
......
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