id, pid, aid, `name`, project_status, content, annex_url, create_time, process_status,
duration, examine_id, examine_name, examine_time
delete from project_staff_record
where id = #{id,jdbcType=BIGINT}
insert into project_staff_record (pid, aid, `name`,
project_status, content, annex_url,
create_time, process_status, duration,
examine_id, examine_name, examine_time
)
values (#{pid,jdbcType=BIGINT}, #{aid,jdbcType=BIGINT}, #{name,jdbcType=VARCHAR},
#{projectStatus,jdbcType=INTEGER}, #{content,jdbcType=VARCHAR}, #{annexUrl,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP}, #{processStatus,jdbcType=INTEGER}, #{duration,jdbcType=DOUBLE},
#{examineId,jdbcType=BIGINT}, #{examineName,jdbcType=INTEGER}, #{examineTime,jdbcType=TIMESTAMP}
)
insert into project_staff_record
pid,
aid,
`name`,
project_status,
content,
annex_url,
create_time,
process_status,
duration,
examine_id,
examine_name,
examine_time,
#{pid,jdbcType=BIGINT},
#{aid,jdbcType=BIGINT},
#{name,jdbcType=VARCHAR},
#{projectStatus,jdbcType=INTEGER},
#{content,jdbcType=VARCHAR},
#{annexUrl,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{processStatus,jdbcType=INTEGER},
#{duration,jdbcType=DOUBLE},
#{examineId,jdbcType=BIGINT},
#{examineName,jdbcType=INTEGER},
#{examineTime,jdbcType=TIMESTAMP},
update project_staff_record
pid = #{pid,jdbcType=BIGINT},
aid = #{aid,jdbcType=BIGINT},
`name` = #{name,jdbcType=VARCHAR},
project_status = #{projectStatus,jdbcType=INTEGER},
content = #{content,jdbcType=VARCHAR},
annex_url = #{annexUrl,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
process_status = #{processStatus,jdbcType=INTEGER},
duration = #{duration,jdbcType=DOUBLE},
examine_id = #{examineId,jdbcType=BIGINT},
examine_name = #{examineName,jdbcType=INTEGER},
examine_time = #{examineTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update project_staff_record
set pid = #{pid,jdbcType=BIGINT},
aid = #{aid,jdbcType=BIGINT},
`name` = #{name,jdbcType=VARCHAR},
project_status = #{projectStatus,jdbcType=INTEGER},
content = #{content,jdbcType=VARCHAR},
annex_url = #{annexUrl,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
process_status = #{processStatus,jdbcType=INTEGER},
duration = #{duration,jdbcType=DOUBLE},
examine_id = #{examineId,jdbcType=BIGINT},
examine_name = #{examineName,jdbcType=INTEGER},
examine_time = #{examineTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}