소스 검색

修改首页行业名称无法显示问题

ljx 1 개월 전
부모
커밋
f6b1d57bf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      enteprise-admin/src/main/resources/mapper/industry_oveview/IndustryOverviewMapper.xml

+ 1 - 1
enteprise-admin/src/main/resources/mapper/industry_oveview/IndustryOverviewMapper.xml

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