@@ -276,7 +276,7 @@
<result column="deletion_date" property="deletionDate"/>
<result column="deletion_type" property="deletionType"/>
</resultMap>
- <select id="getDeletionInfoByFundId" resultType="com.simuwang.base.pojo.dos.EmailDeletionInfoDO">
+ <select id="getDeletionInfoByFundId" resultMap="BaseEmailMap">
select info.fund_name,c.company_name,d.deletion_type,d.deletion_date
from deletion_info d
join pvn_fund_info info on d.fund_id=info.fund_id