id, applicant, `status`, create_by, create_time, update_by, update_time, remark, corp_id delete from auth_apply where id = #{id,jdbcType=BIGINT} insert into auth_apply (applicant, `status`, create_by, create_time, update_by, update_time, remark, corp_id) values (#{applicant,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}, #{corpId,jdbcType=VARCHAR}) insert into auth_apply applicant, `status`, create_by, create_time, update_by, update_time, remark, corp_id, #{applicant,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}, #{corpId,jdbcType=VARCHAR}, update auth_apply applicant = #{applicant,jdbcType=VARCHAR}, `status` = #{status,jdbcType=INTEGER}, create_by = #{createBy,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_by = #{updateBy,jdbcType=VARCHAR}, update_time = #{updateTime,jdbcType=TIMESTAMP}, remark = #{remark,jdbcType=VARCHAR}, corp_id = #{corpId,jdbcType=VARCHAR}, where id = #{id,jdbcType=BIGINT} update auth_apply set applicant = #{applicant,jdbcType=VARCHAR}, `status` = #{status,jdbcType=INTEGER}, create_by = #{createBy,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_by = #{updateBy,jdbcType=VARCHAR}, update_time = #{updateTime,jdbcType=TIMESTAMP}, remark = #{remark,jdbcType=VARCHAR}, corp_id = #{corpId,jdbcType=VARCHAR} where id = #{id,jdbcType=BIGINT}