|
|
@@ -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>
|