|
@@ -212,9 +212,9 @@
|
|
|
</foreach>
|
|
|
</select>
|
|
|
<select id="getAllPriceDateByFileId" resultType="java.lang.String" parameterType="java.lang.Integer">
|
|
|
- select * from (select distinct price_date from EMAIL_FUND_NAV WHERE file_id=#{fileId}and isvalid=1
|
|
|
+ select * from (select distinct price_date from EMAIL_FUND_NAV WHERE file_id=#{fileId} and isvalid=1
|
|
|
union
|
|
|
- select distinct price_date from EMAIL_FUND_ASSET WHERE file_id=#{fileId}and isvalid=1) a order by price_date desc
|
|
|
+ select distinct price_date from EMAIL_FUND_ASSET WHERE file_id=#{fileId} and isvalid=1) a order by price_date desc
|
|
|
</select>
|
|
|
|
|
|
<update id="updateTimeById">
|