select id, date, address_id, del_flag, create_by, create_time, update_by, update_time from applet_out_date
insert into applet_out_date
date,address_id,del_flag,create_by,create_time,update_by,update_time,#{date},#{addressId},#{delFlag},#{createBy},#{createTime},#{updateBy},#{updateTime},
update applet_out_date
date = #{date},address_id = #{addressId},del_flag = #{delFlag},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete from applet_out_date where id = #{id}
delete from applet_out_date where id in
#{id}