Преглед на файлове

feat: 估值表缺失计算开发

chenjianhua преди 6 месеца
родител
ревизия
240e9c3ce1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      service-base/src/main/resources/mapper/ValuationTableMapper.xml

+ 1 - 1
service-base/src/main/resources/mapper/ValuationTableMapper.xml

@@ -36,7 +36,7 @@
     </update>
     <select id="selectValuationTableByFundId" resultMap="BaseResultMap"
             parameterType="java.lang.String">
-        select distinct fund_id,valuation_date from PPW_EMAIL.valuation_table where fund_id=#{fundId} and isvalid=1
+        select distinct fund_id,valuation_date from PPW_EMAIL.valuation_table where fund_id=#{fundId} and isvalid=1 and valuation_date is not null
     </select>
 
     <insert id="insert" keyColumn="id" keyProperty="id" parameterType="com.simuwang.base.pojo.dos.ValuationTableDO" useGeneratedKeys="true">