@ -27,7 +27,7 @@
</select>
<select id="selectAllAreaList" parameterType="EnforcementCheckStatistics" resultMap="EnforcementCheckStatisticsResult">
select dept_id,dept_Name from sys_dept where parent_id=(select dept_id from sys_dept where dept_Name="区") order by dept_id asc
select dept_id,dept_name from sys_dept where parent_id=(select dept_id from sys_dept where dept_name="区") order by dept_id asc
</mapper>