|
update PPW_EMAIL.asset set isvalid =0,updatetime=sysdate(),updaterid=#{updaterId} where fund_id=#{fundId} and price_date=#{priceDate} and isvalid=1
|
|
update PPW_EMAIL.asset set isvalid =0,updatetime=sysdate(),updaterid=#{updaterId} where fund_id=#{fundId} and price_date=#{priceDate} and isvalid=1
|
|
<foreach collection="priceDateList" index="index" item="priceDate" separator="," open="(" close=")">
|
|
<foreach collection="priceDateList" index="index" item="priceDate" separator="," open="(" close=")">
|