id, checkcontent, createtime, createby, updatetime, updateby, validflag, belongid,
belongname
delete from hiddendangercheckcontent
where id = #{id,jdbcType=BIGINT}
insert into hiddendangercheckcontent (id, checkcontent, createtime,
createby, updatetime, updateby,
validflag, belongid, belongname
)
values (#{id,jdbcType=BIGINT}, #{checkcontent,jdbcType=VARCHAR}, #{createtime,jdbcType=TIMESTAMP},
#{createby,jdbcType=VARCHAR}, #{updatetime,jdbcType=TIMESTAMP}, #{updateby,jdbcType=VARCHAR},
#{validflag,jdbcType=BIT}, #{belongid,jdbcType=BIGINT}, #{belongname,jdbcType=VARCHAR}
)
insert into hiddendangercheckcontent
id,
checkcontent,
createtime,
createby,
updatetime,
updateby,
validflag,
belongid,
belongname,
#{id,jdbcType=BIGINT},
#{checkcontent,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP},
#{createby,jdbcType=VARCHAR},
#{updatetime,jdbcType=TIMESTAMP},
#{updateby,jdbcType=VARCHAR},
#{validflag,jdbcType=BIT},
#{belongid,jdbcType=BIGINT},
#{belongname,jdbcType=VARCHAR},
update hiddendangercheckcontent
checkcontent = #{checkcontent,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
createby = #{createby,jdbcType=VARCHAR},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
updateby = #{updateby,jdbcType=VARCHAR},
validflag = #{validflag,jdbcType=BIT},
belongid = #{belongid,jdbcType=BIGINT},
belongname = #{belongname,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update hiddendangercheckcontent
set checkcontent = #{checkcontent,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
createby = #{createby,jdbcType=VARCHAR},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
updateby = #{updateby,jdbcType=VARCHAR},
validflag = #{validflag,jdbcType=BIT},
belongid = #{belongid,jdbcType=BIGINT},
belongname = #{belongname,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}