|
@@ -56,10 +56,10 @@
|
|
|
and f.fund_id like concat('%',#{fundId},'%')
|
|
|
</if>
|
|
|
<if test="fundShortName != null and fundShortName !=''">
|
|
|
- and (f.fund_name like concat('%',#{fundShortName},'%') or f.fund_short_name like concat('%',#{fundShortName},'%'))
|
|
|
+ and (f.fund_name like concat('%',#{fundShortName},'%') or f.fund_short_name like concat('%',#{fundShortName},'%') or f.register_number like concat('%',#{fundShortName},'%'))
|
|
|
</if>
|
|
|
<if test="companyShortName != null and companyShortName !=''">
|
|
|
- and (c.company_name like concat('%',#{companyShortName},'%') or c.company_short_name like concat('%',#{companyShortName},'%'))
|
|
|
+ and (c.company_name like concat('%',#{companyShortName},'%') or c.company_short_name like concat('%',#{companyShortName},'%') or c.register_number like concat('%',#{companyShortName},'%'))
|
|
|
</if>
|
|
|
<if test="navFrequency != null and navFrequency !=''">
|
|
|
and r.nav_frequency = #{navFrequency}
|
|
@@ -124,10 +124,10 @@
|
|
|
and f.fund_id like concat('%',#{fundId},'%')
|
|
|
</if>
|
|
|
<if test="fundShortName != null and fundShortName !=''">
|
|
|
- and (f.fund_name like concat('%',#{fundShortName},'%') or f.fund_short_name like concat('%',#{fundShortName},'%'))
|
|
|
+ and (f.fund_name like concat('%',#{fundShortName},'%') or f.fund_short_name like concat('%',#{fundShortName},'%') or f.register_number like concat('%',#{fundShortName},'%'))
|
|
|
</if>
|
|
|
<if test="companyShortName != null and companyShortName !=''">
|
|
|
- and (c.company_name like concat('%',#{companyShortName},'%') or c.company_short_name like concat('%',#{companyShortName},'%'))
|
|
|
+ and (c.company_name like concat('%',#{companyShortName},'%') or c.company_short_name like concat('%',#{companyShortName},'%') or c.register_number like concat('%',#{companyShortName},'%'))
|
|
|
</if>
|
|
|
<if test="navFrequency != null and navFrequency !=''">
|
|
|
and r.nav_frequency = #{navFrequency}
|