|
@@ -107,7 +107,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<select id="selectIndustryCount" resultType="IndustryCount">
|
|
<select id="selectIndustryCount" resultType="IndustryCount">
|
|
SELECT
|
|
SELECT
|
|
i.code AS code,
|
|
i.code AS code,
|
|
- i.industry_name AS industry_name,
|
|
|
|
|
|
+ i.industry_name AS industryName,
|
|
COUNT(e.id) AS number
|
|
COUNT(e.id) AS number
|
|
FROM
|
|
FROM
|
|
industry i
|
|
industry i
|