登录过滤器

This commit is contained in:
2024-05-15 09:42:42 +08:00
parent 6de9614473
commit 0ebfa2795d
4 changed files with 72 additions and 61 deletions

View File

@@ -42,7 +42,7 @@
select
<include refid="Child_Column_List"/>
from sys_dict
where dict_id = #{dictId} and status =1
where rele_id = #{dictId} and status =1
order by sort
</select>
</mapper>