Explorar el Código

Merge remote-tracking branch 'origin/feature-2022.07.29' into feature-2022.07.29

sakuya hace 3 años
padre
commit
1a5996a982
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>