|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
|
|
|
<select id="queryUserCompany" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
- select company_id as 'companyId',company_name as 'companyName'
|
|
|
+ select id as 'companyId',company_name as 'companyName'
|
|
|
from `jeecg-boot`.user_company
|
|
|
where user_id = #{userId}
|
|
|
</select>
|
|
@@ -24,7 +24,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="queryList" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
- select company_id as 'companyId',company_name as 'companyName'
|
|
|
+ select id as 'companyId',company_name as 'companyName'
|
|
|
from `jeecg-boot`.sys_manager_company
|
|
|
</select>
|
|
|
|