注册用户
This commit is contained in:
@@ -144,4 +144,20 @@
|
||||
role_id = #{roleId,jdbcType=TINYINT}
|
||||
where id = #{id,jdbcType=INTEGER}
|
||||
</update>
|
||||
|
||||
<select id="selectByEmail" parameterType="java.lang.String" resultMap="BaseResultMap">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from ln_user
|
||||
where user_email = #{user_email,jdbcType=VARCHAR}
|
||||
</select>
|
||||
<select id="selectByUserLogin" parameterType="java.lang.String" resultMap="BaseResultMap">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from ln_user
|
||||
where user_email = #{user_login,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
</mapper>
|
Reference in New Issue
Block a user