update t_calculate_record
when id=#{item.id} then #{item.deductMoney}
where id in
#{item.id,jdbcType=BIGINT}
update t_calculate_record set status = 'PUBLISHED'
where contract_id = #{contractId} and which_year =#{whichYear}
update t_calculate_record set status = #{status}
where id = #{id}