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