Update RolesMapper.xml

category = 'dynamic'
This commit is contained in:
MaxKey
2022-10-09 15:12:17 +08:00
parent 5e4d44a7cc
commit 4617f65447

View File

@@ -28,7 +28,7 @@
from
mxk_roles
where instid = #{instId}
and dynamic = '1'
and category = 'dynamic'
<include refid="where_statement"/>
</select>