Browse Source

excel导出

v3
zouyx 2 years ago
parent
commit
4c6e0feb62
  1. 2
      lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnforcementCheckStatisticsMapper.xml

2
lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnforcementCheckStatisticsMapper.xml

@ -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
</select>
</mapper>

Loading…
Cancel
Save