@@ -256,7 +256,7 @@
where r.role_name = #{roleName}
and o.id = #{orgId}
<if test="isLock != null">
- and u.isLock= #{isLock}
+ and u.is_Lock= #{isLock}
</if>
</select>
<select id="getNamesByOrgId" resultType="com.xunmei.common.core.vo.IdNameVo">