Commit ebad9831 authored by 李腾威's avatar 李腾威

BUG 修改

parent e4168d68
......@@ -23,6 +23,7 @@
u.sequence_nbr sequenceNbr,
u.biz_org_name bizOrgName,
u.biz_org_code bizOrgCode,
u.amos_org_id amosOrgId,
u.parent_id parent_id,
g.*
FROM
......@@ -94,6 +95,7 @@
DISTINCT
u.sequence_nbr sequenceNbr,
u.biz_org_name bizOrgName,
u.amos_org_id amosOrgId,
u.biz_org_code bizOrgCode,
g.*
FROM
......
......@@ -10,7 +10,7 @@
instance_id,
date_format(install_date,'%Y-%m-%d') AS installDate,
date_format(first_maintenance_date,'%Y-%m-%d') AS firstMaintenanceDate,
charge_person_name as chargePerson,
charge_person as chargePerson,
(select name from wl_manufacturer_info where id = construction_unit) as constructionUnit,
(select name from wl_manufacturer_info where id = maintenance_unit) as maintenanceUnit,
(select name from wl_equipment_category where id = system_type) as systemType,
......
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