id, `name`, unit_name, unit_id, introduce, del_flag, `status`, create_time, create_by, update_time, update_by delete from com_act_proceedings where id = #{id,jdbcType=BIGINT} insert into com_act_proceedings (id,`name`, unit_name, unit_id, introduce, del_flag, `status`, work_time, create_time) values (#{id},#{name,jdbcType=VARCHAR}, #{unitName,jdbcType=VARCHAR}, #{unitId,jdbcType=BIGINT}, #{introduce,jdbcType=VARCHAR}, #{delFlag,jdbcType=BIT}, #{status,jdbcType=BIT}, #{workTime}, #{createTime,jdbcType=TIMESTAMP}) insert into com_act_proceedings `id`, `name`, unit_name, unit_id, introduce, del_flag, `status`, create_time, create_by, update_time, update_by, #{id,jdbcType=BIGINT}, #{name,jdbcType=VARCHAR}, #{unitName,jdbcType=VARCHAR}, #{unitId,jdbcType=BIGINT}, #{introduce,jdbcType=VARCHAR}, #{delFlag,jdbcType=BIT}, #{status,jdbcType=BIT}, #{createTime,jdbcType=TIMESTAMP}, #{createBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=TIMESTAMP}, update com_act_proceedings `name` = #{name,jdbcType=VARCHAR}, unit_name = #{unitName,jdbcType=VARCHAR}, unit_id = #{unitId,jdbcType=BIGINT}, introduce = #{introduce,jdbcType=VARCHAR}, del_flag = #{delFlag,jdbcType=BIT}, `status` = #{status,jdbcType=BIT}, create_time = #{createTime,jdbcType=TIMESTAMP}, create_by = #{createBy,jdbcType=VARCHAR}, update_time = #{updateTime,jdbcType=TIMESTAMP}, update_by = #{updateBy,jdbcType=TIMESTAMP}, where id = #{id,jdbcType=BIGINT} update com_act_proceedings set `name` = #{name,jdbcType=VARCHAR}, unit_name = #{unitName,jdbcType=VARCHAR}, unit_id = #{unitId,jdbcType=BIGINT}, introduce = #{introduce,jdbcType=VARCHAR}, del_flag = #{delFlag,jdbcType=BIT}, `status` = #{status,jdbcType=BIT}, create_time = #{createTime,jdbcType=TIMESTAMP}, create_by = #{createBy,jdbcType=VARCHAR}, update_time = #{updateTime,jdbcType=TIMESTAMP}, update_by = #{updateBy,jdbcType=TIMESTAMP} where id = #{id,jdbcType=BIGINT}