v3.3.0.GA readme
This commit is contained in:
+2
-3
@@ -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