select notice_id, notice_code, notice_name, po_code, vendor_id, vendor_code, vendor_name, vendor_nick, arrival_date, contact, tel, status, remark, attr1, attr2, attr3, attr4, create_by, create_time, update_by, update_time from wm_arrival_notice insert into wm_arrival_notice notice_code, notice_name, po_code, vendor_id, vendor_code, vendor_name, vendor_nick, arrival_date, contact, tel, status, remark, attr1, attr2, attr3, attr4, create_by, create_time, update_by, update_time, #{noticeCode}, #{noticeName}, #{poCode}, #{vendorId}, #{vendorCode}, #{vendorName}, #{vendorNick}, #{arrivalDate}, #{contact}, #{tel}, #{status}, #{remark}, #{attr1}, #{attr2}, #{attr3}, #{attr4}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update wm_arrival_notice notice_code = #{noticeCode}, notice_name = #{noticeName}, po_code = #{poCode}, vendor_id = #{vendorId}, vendor_code = #{vendorCode}, vendor_name = #{vendorName}, vendor_nick = #{vendorNick}, arrival_date = #{arrivalDate}, contact = #{contact}, tel = #{tel}, status = #{status}, remark = #{remark}, attr1 = #{attr1}, attr2 = #{attr2}, attr3 = #{attr3}, attr4 = #{attr4}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where notice_id = #{noticeId} delete from wm_arrival_notice where notice_id = #{noticeId} delete from wm_arrival_notice where notice_id in #{noticeId}