Commit 9b3cdc5f by 289446646@qq.com

单点登录

parent 2b6551e2
......@@ -5,6 +5,6 @@ import org.apache.ibatis.annotations.Select;
public interface DicUserMapper {
@Select(" select user_id from dic_user where state=1 and YY_USER_ID=#{yyUserId}")
@Select(" select user_id from dic_user where state=1 and YY_USER_ID=#{yyUserId} limit 1")
public Long selectUserId(@Param("yyUserId") String yyUserId);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment