mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
v3.3.0.GA readme
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="org.maxkey.persistence.mapper.RegisterMapper">
|
||||
|
||||
<select id="findByEmail" parameterType="string" resultType="UserInfo">
|
||||
<select id="findByEmail" parameterType="string" resultType="Register">
|
||||
select
|
||||
id,
|
||||
workemail
|
||||
*
|
||||
from
|
||||
mxk_register
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user