|
@@ -186,13 +186,13 @@
|
|
<select id="searchFundDeletionList" resultMap="BaseMap"
|
|
<select id="searchFundDeletionList" resultMap="BaseMap"
|
|
parameterType="com.simuwang.base.pojo.dto.query.FundDeletionPageQuery">
|
|
parameterType="com.simuwang.base.pojo.dto.query.FundDeletionPageQuery">
|
|
select id,fund_id,deletion_type,deletion_date,remark,isvalid,creatorid,updaterid,createtime,updatetime
|
|
select id,fund_id,deletion_type,deletion_date,remark,isvalid,creatorid,updaterid,createtime,updatetime
|
|
- from PPW_EMAIL.deletion_info where isvalid=1 and fund_id=#{fundId} and remark is null
|
|
|
|
|
|
+ from PPW_EMAIL.deletion_info where isvalid=1 and fund_id=#{fundId}
|
|
limit #{offset},#{pageSize}
|
|
limit #{offset},#{pageSize}
|
|
</select>
|
|
</select>
|
|
<select id="countFundDeletionList" resultType="java.lang.Long"
|
|
<select id="countFundDeletionList" resultType="java.lang.Long"
|
|
parameterType="com.simuwang.base.pojo.dto.query.FundDeletionPageQuery">
|
|
parameterType="com.simuwang.base.pojo.dto.query.FundDeletionPageQuery">
|
|
select count(1)
|
|
select count(1)
|
|
- from PPW_EMAIL.deletion_info where isvalid=1 and fund_id=#{fundId} and remark is null
|
|
|
|
|
|
+ from PPW_EMAIL.deletion_info where isvalid=1 and fund_id=#{fundId}
|
|
</select>
|
|
</select>
|
|
<select id="selectFundDeletionInfoVOList" resultType="com.simuwang.base.pojo.dos.FundDeletionInfoDO"
|
|
<select id="selectFundDeletionInfoVOList" resultType="com.simuwang.base.pojo.dos.FundDeletionInfoDO"
|
|
parameterType="java.util.List">
|
|
parameterType="java.util.List">
|