Browse Source

feat: 基金管理展示兼容oceanbase,日期格式化调整

chenjianhua 6 months ago
parent
commit
581e1fb814
1 changed files with 2 additions and 2 deletions
  1. 2 2
      service-base/src/main/resources/mapper/EmailFileInfoMapper.xml

+ 2 - 2
service-base/src/main/resources/mapper/EmailFileInfoMapper.xml

@@ -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">