新增本部门数据权限

This commit is contained in:
RuoYi
2019-05-14 18:59:12 +08:00
parent 7555e5aef1
commit 9be8716776
4 changed files with 27 additions and 2 deletions

View File

@ -40,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="businessType != null">
AND business_type = #{businessType}
</if>
<if test="businessTypes != null and businessTypes != ''">
<if test="businessTypes != null and businessTypes.length > 0">
AND business_type in
<foreach collection="businessTypes" item="businessType" open="(" separator="," close=")">
#{businessType}