|
@@ -68,10 +68,10 @@
|
|
|
and r.asset_Frequency = #{navFrequency}
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate !=''">
|
|
|
- and r.inception_date <![CDATA[ >= ]]> #{startDate}
|
|
|
+ and f.inception_date <![CDATA[ >= ]]> #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate !=''">
|
|
|
- and r.inception_date <![CDATA[ <= ]]> #{endDate}
|
|
|
+ and f.inception_date <![CDATA[ <= ]]> #{endDate}
|
|
|
</if>
|
|
|
limit #{offset},#{pageSize}
|
|
|
</select>
|
|
@@ -136,10 +136,10 @@
|
|
|
and r.asset_Frequency = #{navFrequency}
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate !=''">
|
|
|
- and r.inception_date <![CDATA[ >= ]]> #{startDate}
|
|
|
+ and f.inception_date <![CDATA[ >= ]]> #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate !=''">
|
|
|
- and r.inception_date <![CDATA[ <= ]]> #{endDate}
|
|
|
+ and f.inception_date <![CDATA[ <= ]]> #{endDate}
|
|
|
</if>
|
|
|
</select>
|
|
|
<select id="getFundNameByFundId" resultType="java.lang.String" parameterType="java.lang.String">
|