Ver Fonte

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

zhulu há 1 ano atrás
pai
commit
f948b812af

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