|
@@ -31,7 +31,7 @@
|
|
|
</insert>
|
|
|
<select id="searchAssetDetail" resultMap="BaseResultMap"
|
|
|
parameterType="com.simuwang.base.pojo.dto.query.ParseDetailPageQuery">
|
|
|
- select distinct fund_id, fund_name,register_number,price_date,asset_net,asset_share,is_stored,exception_status,updatetime
|
|
|
+ select distinct id,fund_id, fund_name,register_number,price_date,asset_net,asset_share,is_stored,exception_status,updatetime
|
|
|
from PPW_EMAIL.email_fund_asset asset where isvalid=1
|
|
|
<if test="fundName != null and fundName !=''">
|
|
|
and asset.fund_name like concat('%',#{fundName},'%')
|
|
@@ -60,7 +60,7 @@
|
|
|
<select id="countAssetDetail" resultType="java.lang.Long"
|
|
|
parameterType="com.simuwang.base.pojo.dto.query.ParseDetailPageQuery">
|
|
|
select count(1) from (
|
|
|
- select distinct fund_id, fund_name,register_number,price_date,asset_net,asset_share,is_stored,exception_status,
|
|
|
+ select distinct id,fund_id, fund_name,register_number,price_date,asset_net,asset_share,is_stored,exception_status,
|
|
|
updatetime
|
|
|
from PPW_EMAIL.email_fund_asset asset where isvalid=1
|
|
|
<if test="fundName != null and fundName !=''">
|