瀏覽代碼

解决缺陷不查询禁用的人员

zhulu 1 年之前
父節點
當前提交
f948b812af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      soc-modules/soc-modules-system/src/main/resources/mapper/system/SysRoleMapper.xml

+ 1 - 1
soc-modules/soc-modules-system/src/main/resources/mapper/system/SysRoleMapper.xml

@@ -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">