소스 검색

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}