id, eaid, process_status, `status`, remarks, auditor, create_time, show_status
delete from expense_account_log
where id = #{id,jdbcType=INTEGER}
insert into expense_account_log (eaid, process_status, `status`,
remarks, auditor, create_time,
show_status)
values (#{eaid,jdbcType=INTEGER}, #{processStatus,jdbcType=INTEGER}, #{status,jdbcType=INTEGER},
#{remarks,jdbcType=VARCHAR}, #{auditor,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{showStatus,jdbcType=INTEGER})
insert into expense_account_log
eaid,
process_status,
`status`,
remarks,
auditor,
create_time,
show_status,
#{eaid,jdbcType=INTEGER},
#{processStatus,jdbcType=INTEGER},
#{status,jdbcType=INTEGER},
#{remarks,jdbcType=VARCHAR},
#{auditor,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{showStatus,jdbcType=INTEGER},
update expense_account_log
eaid = #{eaid,jdbcType=INTEGER},
process_status = #{processStatus,jdbcType=INTEGER},
`status` = #{status,jdbcType=INTEGER},
remarks = #{remarks,jdbcType=VARCHAR},
auditor = #{auditor,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
show_status = #{showStatus,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update expense_account_log
set eaid = #{eaid,jdbcType=INTEGER},
process_status = #{processStatus,jdbcType=INTEGER},
`status` = #{status,jdbcType=INTEGER},
remarks = #{remarks,jdbcType=VARCHAR},
auditor = #{auditor,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
show_status = #{showStatus,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}
update expense_account_log
set eaid = #{id}
where eaid = #{useId}
delete from expense_account_log
where eaid = #{id,jdbcType=INTEGER}
insert into expense_account_log (eaid, process_status, `status`,
remarks, auditor, create_time,show_status
)
values
(#{item.eaid,jdbcType=INTEGER}, #{item.processStatus,jdbcType=INTEGER}, #{item.status,jdbcType=INTEGER},
#{item.remarks,jdbcType=VARCHAR}, #{item.auditor,jdbcType=VARCHAR}, #{item.createTime,jdbcType=TIMESTAMP},
#{item.showStatus,jdbcType=INTEGER})