Commit 4c58bd2f authored by 张亚辉's avatar 张亚辉

基金搜素

parent ea052296
...@@ -46,15 +46,15 @@ public interface FundInfoCustomMapper { ...@@ -46,15 +46,15 @@ public interface FundInfoCustomMapper {
*/ */
List<FundNav> getPrivateFundInfoNewNet(@Param("list") List<String> fundIdList); List<FundNav> getPrivateFundInfoNewNet(@Param("list") List<String> fundIdList);
@Select("select t.id as fileId,t.logical_path as previewUrl from fund_file_record t where t.id in(${list})") @Select("select t.id as fileId,t.logical_path as previewUrl from fund_file_record t where t.id in(${list}) and t.delete_tag=0")
List<FilePreviewResp> getFilePreviewUrl(@Param("list") String list); List<FilePreviewResp> getFilePreviewUrl(@Param("list") String list);
@Select("select t.id as id, t.fund_short_name as `value` from fund_info t where t.id in(${list})") @Select("select t.id as id, t.fund_short_name as `value` from fund_info t where t.id in(${list}) and t.delete_tag=0")
List<Type> getSimpleFundList(@Param("list") String list); List<Type> getSimpleFundList(@Param("list") String list);
@Select("select t.id as id, t.fund_name as `value` from ifa_imported_fund_info t where t.id in(${list})") @Select("select t.id as id, t.fund_name as `value` from ifa_imported_fund_info t where t.id in(${list}) and t.delete_tag=0")
List<Type> getSimplePrivateFundList(@Param("list") String list); List<Type> getSimplePrivateFundList(@Param("list") String list);
@Select("select t.id as id,t.fund_short_name as value from fund_info t where t.fund_short_name like #{productName}") @Select("select t.id as id,t.fund_short_name as value from fund_info t where t.fund_short_name like #{productName} and t.delete_tag=0")
List<Type> getFundInfoLikeName(@Param("productName") String productName); List<Type> getFundInfoLikeName(@Param("productName") String productName);
} }
...@@ -95,6 +95,11 @@ tanpu.oss.ali.endpoint = https://oss-${tanpu.oss.ali.region-id}.aliyuncs.com ...@@ -95,6 +95,11 @@ tanpu.oss.ali.endpoint = https://oss-${tanpu.oss.ali.region-id}.aliyuncs.com
tanpu.oss.ali.bucket-domain = https://${tanpu.oss.ali.bucket-name}.oss-${tanpu.oss.ali.region-id}.aliyuncs.com tanpu.oss.ali.bucket-domain = https://${tanpu.oss.ali.bucket-name}.oss-${tanpu.oss.ali.region-id}.aliyuncs.com
tanpu.oss.ali.oss-path = /upload tanpu.oss.ali.oss-path = /upload
tanpu.oss.ali.access-key-id=LTAIAKEzVydP0Q9P
tanpu.oss.ali.secret-access-key=59V9ke9txaIFzWxHFKTb1eoOOpmKpJ
tanpu.oss.ali.project-name=faTools-sit
tanpu.oss.ali.doc-convert-output-path=/docConvertOutput
tanpu.userno.startstep = 10000000 tanpu.userno.startstep = 10000000
shorterUrl.domain = http://shorturl:8086/shorter/get shorterUrl.domain = http://shorturl:8086/shorter/get
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment