lipf 4 mesi fa
parent
commit
15400f09b4

+ 1 - 3
tenant/organization/src/main/resources/mapper/SysOrganizationUserLinkServiceMapper.xml

@@ -32,9 +32,7 @@
         platform_prod.sys_organization_user_link a
         join platform_prod.sys_organization b on
         a.organization_id = b.id
-        WHERE
-        user_id = #{userId,jdbcType=VARCHAR}
-        and b.system_code = #{systemCode,jdbcType=VARCHAR}
+        WHERE user_id = #{userId,jdbcType=DECIMAL}
     </select>
 
 </mapper>