xiejun
2023-07-13 2871cb99e018f6bf9e2ef76a424a1429a7c818f0
Source/UBCS/ubcs-service/ubcs-user/src/main/resources/mapper/UserMapper.xml
@@ -99,4 +99,9 @@
            where id = #{userId} and is_deleted = 0
    </select>
    <select id="getByRoleUserList" resultType="com.vci.ubcs.system.user.entity.User">
    </select>
</mapper>