check_04_zulin.sql 513 B

1234567891011121314151617181920
  1. --又有铁塔又有第三方--输出报表
  2. select
  3. station_sid as 局站ID,
  4. station_sname as 局站名称,
  5. city_name as 地市名称,
  6. area_name as 区县名称,
  7. property_type as 产权类型,
  8. station_level as 局站等级,
  9. tower_code as 资源系统铁塔站址编码,
  10. ht_sid as 合同编码,
  11. ht_sname as 合同名称,
  12. ht_yuezujin as 合同月租金,
  13. ht_cbzx as 合同成本中心,
  14. site_addr_id as 铁塔站址编码,
  15. tower_cost as 铁塔租金,
  16. tower_name as 铁塔名称,
  17. tower_cbzx as 铁塔成本中心,
  18. zulin_type as 租赁类型校验
  19. from sqmdb_cost.err_station_has_tw_3rd
  20. order by sort_id_city