|
@@ -195,7 +195,7 @@
|
|
|
<select id="selectNotMappingAsset" resultMap="BaseResultMap"
|
|
|
parameterType="java.lang.String">
|
|
|
select distinct id,fund_id,file_id, fund_name,register_number,price_date,asset_net,asset_share,is_stored,exception_status,
|
|
|
- updatetime
|
|
|
+ updatetime,channel_id
|
|
|
from email_fund_asset
|
|
|
where isvalid =1 and exception_status=3
|
|
|
<if test="fundName != null and fundName !=''">
|
|
@@ -245,7 +245,7 @@
|
|
|
</select>
|
|
|
<select id="selectAssetByFundId" resultMap="BaseResultMap">
|
|
|
select id,file_id, fund_id, fund_name,register_number,price_date,asset_net,asset_share,is_stored,exception_status,
|
|
|
- isvalid, creatorid, createtime, updaterid, updatetime
|
|
|
+ isvalid, creatorid, createtime, updaterid, updatetime,channel_id
|
|
|
from email_fund_asset where isvalid=1 and fund_id=#{fundId}
|
|
|
</select>
|
|
|
<select id="countEmailAssetTotal" resultType="java.lang.Long">
|