Commit 58917470 authored by hongguangwu's avatar hongguangwu

数据权限配置提交-优化2

parent ca98ff50
......@@ -58,6 +58,12 @@
<if test="sysDataAuth.linkName != null and sysDataAuth.linkName.trim() != ''">
AND a.link_name like concat('%',#{sysDataAuth.linkName},'%')
</if>
<if test="sysDataAuth.linkId != null and sysDataAuth.linkId.trim() != ''">
AND a.link_id = #{sysDataAuth.linkId}
</if>
<if test="sysDataAuth.linkType != null">
AND a.link_type =#{sysDataAuth.linkType}
</if>
</if>
</sql>
......
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