|
@@ -42,7 +42,7 @@
|
|
and isvalid = 1
|
|
and isvalid = 1
|
|
</select>
|
|
</select>
|
|
<select id="searchFundFileInfo" resultType="com.simuwang.base.pojo.vo.FundFileInfoVO">
|
|
<select id="searchFundFileInfo" resultType="com.simuwang.base.pojo.vo.FundFileInfoVO">
|
|
- SELECT DISTINCT
|
|
|
|
|
|
+ SELECT DISTINCT efi.id as "fileId",
|
|
efn.fund_id as "fundId",
|
|
efn.fund_id as "fundId",
|
|
efn.fund_name as "fundName",
|
|
efn.fund_name as "fundName",
|
|
efi.file_name as "fileName",
|
|
efi.file_name as "fileName",
|