浏览代码

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

chenjianhua 6 月之前
父节点
当前提交
020aafe4da
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}