Commit dd94aa15 authored by wujiang's avatar wujiang

修改设备列表bug

parent 38d429c6
......@@ -20,22 +20,22 @@
produce.factory_num,
CONCAT(use1.province,'/',use1.city,'/',use1.county)AS area,
use1.address
FROM tzs_jg_supervise_info supervise
FROM tz_jg_supervise_info supervise
LEFT JOIN
tzs_jg_use_info use1 ON use1.sequence_code =
tz_jg_use_info use1 ON use1.sequence_code =
supervise.sequence_code
LEFT JOIN tzs_jg_maintenance_info maintenance ON
LEFT JOIN tz_jg_maintenance_info maintenance ON
maintenance.sequence_code
= supervise.sequence_code
LEFT JOIN
tzs_jg_registration_info registration ON
tz_jg_registration_info registration ON
registration.sequence_code =
supervise.sequence_code
LEFT JOIN tzs_jg_other_info other ON
LEFT JOIN tz_jg_other_info other ON
other.sequence_code =
supervise.sequence_code
LEFT JOIN
tzs_jg_produce_info produce ON produce.sequence_code =
tz_jg_produce_info produce ON produce.sequence_code =
supervise.sequence_code
<where>
<if
......
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