select id, name, time, info, user_id, dept_id, create_by, create_time, update_by, update_time, del_flag from ard_eplan
insert into ard_eplan
id,name,time,info,user_id,dept_id,create_by,create_time,update_by,update_time,del_flag,#{id},#{name},#{time},#{info},#{userId},#{deptId},#{createBy},#{createTime},#{updateBy},#{updateTime},#{delFlag},
update ard_eplan
name = #{name},time = #{time},info = #{info},user_id = #{userId},dept_id = #{deptId},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},del_flag = #{delFlag},
where id = #{id}
delete from ard_eplan where id = #{id}
delete from ard_eplan where id in
#{id}