|
@@ -3,7 +3,6 @@
|
|
|
<mapper namespace="com.simuwang.base.mapper.MailboxInfoMapper">
|
|
|
<resultMap id="BaseResultMap" type="com.simuwang.base.pojo.dos.MailboxInfoDO">
|
|
|
<id column="id" property="id"/>
|
|
|
- <result column="user_id" property="userId"/>
|
|
|
<result column="type" property="type"/>
|
|
|
<result column="email" property="email"/>
|
|
|
<result column="password" property="password"/>
|
|
@@ -48,7 +47,7 @@
|
|
|
</if>
|
|
|
</select>
|
|
|
<sql id="selectConfigVo">
|
|
|
- select id, user_id, type, email, password, protocol, server, port, cron, open_status,description,isvalid,creatorid,createtime,updaterid,updatetime
|
|
|
+ select id, type, email, password, protocol, server, port, cron, open_status,description,isvalid,creatorid,createtime,updaterid,updatetime
|
|
|
from PPW_EMAIL.mailbox_info
|
|
|
</sql>
|
|
|
<select id="checkEmailUnique" resultType="com.simuwang.base.pojo.dos.MailboxInfoDO">
|