|
select id from gyeeuser where username=#{username,jdbcType=VARCHAR} and password=#{password,jdbcType=VARCHAR}
|
|
select id from gyeeuser where username=#{username,jdbcType=VARCHAR} and password=#{password,jdbcType=VARCHAR}
|
|
|
|
+ select user.id,user.username,user.password,user.nickname,user.photo,user.remak1,role.name remak2,
|