Browse Source

fix: 保存基金别名爆错问题修复

chenjianhua 6 months ago
parent
commit
020aafe4da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service-base/src/main/resources/mapper/AssetMapper.xml

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

@@ -41,7 +41,7 @@
         update PPW_EMAIL.asset set isvalid=0,updatetime=sysdate(),updaterid=#{updaterId}  where fund_id=#{fundId} and price_date=#{priceDate}
     </delete>
     <delete id="batchDeleteAsset">
-        update PPW_EMAIL.asset set isvalid=0,updatetime=sysdate() where fund_id=#{FundId}
+        update PPW_EMAIL.asset set isvalid=0,updatetime=sysdate() where fund_id=#{fundId}
         and price_date in
         <foreach collection="priceDateList" index="index" item="priceDate" separator="," open="(" close=")">
             #{priceDate}