humuyu hace 3 años
padre
commit
7f00b72b55
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      eladmin-system/src/main/resources/mapper/SysUserMapper.xml

+ 1 - 0
eladmin-system/src/main/resources/mapper/SysUserMapper.xml

@@ -13,5 +13,6 @@
 		   where r1.role_id=r2.role_id 
 		   and r1.name =#{roleName}
 		)
+		and enabled = 1 
 	</select>
 </mapper>