فهرست منبع

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

chenjianhua 6 ماه پیش
والد
کامیت
581e1fb814
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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">