Commit 18c69a38 authored by hezhuozhi's avatar hezhuozhi

修复【web端-电站管理】导出失败,导出报错

parent 425849b4
......@@ -30,7 +30,7 @@
and hph.project_address like concat(concat('%',#{map.province}),'%')
</if>
GROUP BY hps.peasant_household_id
ORDER BY hps.rec_date desc
ORDER BY hps.peasant_household_id desc
</select>
<select id="getBasicInformation" resultType="java.util.Map">
......
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