Commit f7b6a819 authored by tianyiming's avatar tianyiming

fix(stastics): 修正公司代码字段名称

parent cb741370
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
</select> </select>
<select id="getCompanyCodeByOrgCode" resultType="java.lang.String"> <select id="getCompanyCodeByOrgCode" resultType="java.lang.String">
select companyCode from privilege_company where org_code = #{orgCode} limit 1 select company_code from privilege_company where org_code = #{orgCode} limit 1
</select> </select>
</mapper> </mapper>
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