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