Commit 4d507b0d authored by tangwei's avatar tangwei

增加导出字段

parent f9157492
...@@ -674,6 +674,7 @@ GROUP BY ...@@ -674,6 +674,7 @@ GROUP BY
fc.emergency_contact_phone, fc.emergency_contact_phone,
fp.employee_hierarchy employeeHierarchy, fp.employee_hierarchy employeeHierarchy,
cast(b.birthdayTime as datetime) as birthdayTime, cast(b.birthdayTime as datetime) as birthdayTime,
a.amos_org_code,
b.*, b.*,
fw.* fw.*
from cb_org_usr a LEFT JOIN from cb_org_usr a LEFT JOIN
...@@ -691,7 +692,6 @@ GROUP BY ...@@ -691,7 +692,6 @@ GROUP BY
max(case field_code when 'safetyTraining' then field_value end) safetyTraining, max(case field_code when 'safetyTraining' then field_value end) safetyTraining,
max(case field_code when 'stateCode' then field_value end) stateCode, max(case field_code when 'stateCode' then field_value end) stateCode,
max(case field_code when 'telephone' then field_value end) telephone, max(case field_code when 'telephone' then field_value end) telephone,
max(case field_code when 'peopleType' then field_value end) peopleType,
max(case field_code when 'nation' then field_value end) nation, max(case field_code when 'nation' then field_value end) nation,
max(case field_code when 'birthdayTime' then field_value end) birthdayTime, max(case field_code when 'birthdayTime' then field_value end) birthdayTime,
max(case field_code when 'maritalStatus' then field_value end) maritalStatus, max(case field_code when 'maritalStatus' then field_value end) maritalStatus,
...@@ -700,6 +700,10 @@ GROUP BY ...@@ -700,6 +700,10 @@ GROUP BY
max(case field_code when 'politicalOutlook' then field_value end) politicalOutlook, max(case field_code when 'politicalOutlook' then field_value end) politicalOutlook,
max(case field_code when 'residenceDetailsCode' then field_value_label end) residenceDetails, max(case field_code when 'residenceDetailsCode' then field_value_label end) residenceDetails,
max(case field_code when 'residenceDetailVal' then field_value end) residenceDetailVal, max(case field_code when 'residenceDetailVal' then field_value end) residenceDetailVal,
max(case field_code when 'holdingTime' then field_value end) holdingTime,
max(case field_code when 'peopleType' then field_value_label end) peopleType,
max(case field_code when 'airportAccommodation' then field_value end) airportAccommodation max(case field_code when 'airportAccommodation' then field_value end) airportAccommodation
FROM cb_dynamic_form_instance GROUP BY instance_id) b FROM cb_dynamic_form_instance GROUP BY instance_id) b
......
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