account_operate_id,applicant,apply_sector,
apply_time,collection_message,fund_flow,
fund_use,apply_amount,pay_method,
remark,company,big_apply_amount,
revenue_outlay,invoice_id,out_profit,ent_profit,fund_fen,create_time,enter_card_num,out_card_num,payout_time
UPDATE inv_account_operate
SET del_flag = #{delFlag}
,update_time = #{updateTime}
,update_by = #{updateBy}
,update_id = #{updateId}
WHERE invoice_id = #{invoiceId};