id, code, enterprisename, enterpriseid, cycle, createtime, createby, updateby, updatetime,
majornum, normalnum, totalnum, undealnum, overduenum, viewcount
delete from hiddendangerreport
where id = #{id,jdbcType=BIGINT}
insert into hiddendangerreport
id,
code,
enterprisename,
enterpriseid,
cycle,
createtime,
createby,
updateby,
updatetime,
majornum,
normalnum,
totalnum,
undealnum,
overduenum,
viewcount,
#{id,jdbcType=BIGINT},
#{code,jdbcType=VARCHAR},
#{enterprisename,jdbcType=VARCHAR},
#{enterpriseid,jdbcType=BIGINT},
#{cycle,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP},
#{createby,jdbcType=VARCHAR},
#{updateby,jdbcType=VARCHAR},
#{updatetime,jdbcType=TIMESTAMP},
#{majornum,jdbcType=INTEGER},
#{normalnum,jdbcType=INTEGER},
#{totalnum,jdbcType=INTEGER},
#{undealnum,jdbcType=INTEGER},
#{overduenum,jdbcType=INTEGER},
#{viewcount,jdbcType=INTEGER},
update hiddendangerreport
code = #{code,jdbcType=VARCHAR},
enterprisename = #{enterprisename,jdbcType=VARCHAR},
enterpriseid = #{enterpriseid,jdbcType=BIGINT},
cycle = #{cycle,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
createby = #{createby,jdbcType=VARCHAR},
updateby = #{updateby,jdbcType=VARCHAR},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
majornum = #{majornum,jdbcType=INTEGER},
normalnum = #{normalnum,jdbcType=INTEGER},
totalnum = #{totalnum,jdbcType=INTEGER},
undealnum = #{undealnum,jdbcType=INTEGER},
overduenum = #{overduenum,jdbcType=INTEGER},
viewcount = #{viewcount,jdbcType=INTEGER},
where id = #{id,jdbcType=BIGINT}
update hiddendangerreport
set code = #{code,jdbcType=VARCHAR},
enterprisename = #{enterprisename,jdbcType=VARCHAR},
enterpriseid = #{enterpriseid,jdbcType=BIGINT},
cycle = #{cycle,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
createby = #{createby,jdbcType=VARCHAR},
updateby = #{updateby,jdbcType=VARCHAR},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
majornum = #{majornum,jdbcType=INTEGER},
normalnum = #{normalnum,jdbcType=INTEGER},
totalnum = #{totalnum,jdbcType=INTEGER},
undealnum = #{undealnum,jdbcType=INTEGER},
overduenum = #{overduenum,jdbcType=INTEGER},
viewcount = #{viewcount,jdbcType=INTEGER}
where id = #{id,jdbcType=BIGINT}
update hiddendangerreport
set status = #{status}
where code = #{code}