select id, withdraw_no, amount, dept_id, status, applicant, wxopenid, create_time, call_status, reject_reason from et_withdraw
insert into et_withdraw
withdraw_no,
amount,
dept_id,
status,
applicant,
wxopenid,
create_time,
call_status,
reject_reason,
#{withdrawNo},
#{amount},
#{deptId},
#{status},
#{applicant},
#{wxopenid},
#{createTime},
#{callStatus},
#{rejectReason},
update et_withdraw
withdraw_no = #{withdrawNo},
amount = #{amount},
dept_id = #{deptId},
status = #{status},
applicant = #{applicant},
wxopenid = #{wxopenid},
create_time = #{createTime},
call_status = #{callStatus},
reject_reason = #{rejectReason},
where id = #{id}
delete from et_withdraw where id = #{id}
delete from et_withdraw where id in
#{id}