update 权限

This commit is contained in:
2023-03-09 13:55:13 +08:00
parent c43938e67b
commit fb7df0f83c
5 changed files with 54 additions and 12 deletions

View File

@@ -76,7 +76,12 @@
and logo_url = #{logoUrl}
</if>
<!-- 数据范围过滤 -->
${params.dataScope}
<if test="merchantDeptIds != null and merchantDeptIds.size() != 0">
and dept_id in
<foreach collection="merchantDeptIds" item="merchantDeptId" open="(" separator="," close=")">
#{merchantDeptId}
</foreach>
</if>
</where>
</select>