Commit 05c67209 authored by hezhuozhi's avatar hezhuozhi

统计导出

parent dbbfa1b3
......@@ -32,7 +32,7 @@
<select id="getBasicInformation" resultType="java.util.Map">
SELECT
hsi.*,hph.peasant_household_no,hph.owners_name,hph.telephone,hph.project_address_name,hph.project_address_detail,hph.permanent_address_name,hph.permanent_address_detail,hph.sequence_nbr AS stationId
hsi.*,hph.id_card,hph.peasant_household_no,hph.owners_name,hph.telephone,hph.project_address_name,hph.project_address_detail,hph.permanent_address_name,hph.permanent_address_detail,hph.sequence_nbr AS stationId
FROM
hygf_survey_information hsi
LEFT JOIN hygf_peasant_household hph ON hph.survey_information_id=hsi.sequence_nbr
......
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