Commit 269b7af2 authored by tianbo's avatar tianbo

fix:大屏-关键位置客运索道企业列表改为查询对接过的企业2

parent 6e3b33b1
...@@ -452,8 +452,8 @@ ...@@ -452,8 +452,8 @@
<select id="getKeyMonitorUseUnitByCityCode" resultType="com.alibaba.fastjson.JSONObject"> <select id="getKeyMonitorUseUnitByCityCode" resultType="com.alibaba.fastjson.JSONObject">
SELECT SELECT
v.region_code, v.region_code,
v.use_unit_code, v.use_unit_code useUnitCode,
(SELECT use_unit FROM tz_base_enterprise_info WHERE use_code = v.use_unit_code) (SELECT use_unit FROM tz_base_enterprise_info WHERE use_code = v.use_unit_code) useUnit
FROM FROM
tz_base_enterprise_video v tz_base_enterprise_video v
WHERE WHERE
......
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