Commit 09a2d2a2 authored by hezhuozhi's avatar hezhuozhi

人大金仓适配

parent bfb0f9fe
......@@ -151,7 +151,7 @@ select ORG_CODE orgCode from privilege_company where privilege_company.SEQUEN
<select id="selectHygfTableName" resultType="java.lang.String">
SELECT table_name
FROM information_schema.tables
WHERE table_schema=DATABASE() and table_name LIKE 'hygf_%' and table_name not in ('hygf_personnel_business', 'hygf_unit_info', 'hygf_user_message');
WHERE (table_schema='amos_project' or table_schema='root') and table_name LIKE 'hygf_%' and table_name not in ('hygf_personnel_business', 'hygf_unit_info', 'hygf_user_message');
</select>
<select id="countByUserId" resultType="int">
......
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