id, starttime, endtime, theme, host, participant, createtime, createby, createbyname,
updatetime, updateby, updatebyname, validflag, enterprisenumber, enterprisename
delete from standardconferencerecord
where id = #{id,jdbcType=BIGINT}
insert into standardconferencerecord
id,
starttime,
endtime,
theme,
host,
participant,
createtime,
createby,
createbyname,
updatetime,
updateby,
updatebyname,
validflag,
enterprisenumber,
enterprisename,
#{id,jdbcType=BIGINT},
#{starttime,jdbcType=TIMESTAMP},
#{endtime,jdbcType=TIMESTAMP},
#{theme,jdbcType=VARCHAR},
#{host,jdbcType=VARCHAR},
#{participant,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP},
#{createby,jdbcType=BIGINT},
#{createbyname,jdbcType=VARCHAR},
#{updatetime,jdbcType=TIMESTAMP},
#{updateby,jdbcType=BIGINT},
#{updatebyname,jdbcType=VARCHAR},
#{validflag,jdbcType=BIT},
#{enterprisenumber,jdbcType=VARCHAR},
#{enterprisename,jdbcType=VARCHAR},
update standardconferencerecord
starttime = #{starttime,jdbcType=TIMESTAMP},
endtime = #{endtime,jdbcType=TIMESTAMP},
theme = #{theme,jdbcType=VARCHAR},
host = #{host,jdbcType=VARCHAR},
participant = #{participant,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
createby = #{createby,jdbcType=BIGINT},
createbyname = #{createbyname,jdbcType=VARCHAR},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
updateby = #{updateby,jdbcType=BIGINT},
updatebyname = #{updatebyname,jdbcType=VARCHAR},
validflag = #{validflag,jdbcType=BIT},
enterprisenumber = #{enterprisenumber,jdbcType=VARCHAR},
enterprisename = #{enterprisename,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update standardconferencerecord
set starttime = #{starttime,jdbcType=TIMESTAMP},
endtime = #{endtime,jdbcType=TIMESTAMP},
theme = #{theme,jdbcType=VARCHAR},
host = #{host,jdbcType=VARCHAR},
participant = #{participant,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
createby = #{createby,jdbcType=BIGINT},
createbyname = #{createbyname,jdbcType=VARCHAR},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
updateby = #{updateby,jdbcType=BIGINT},
updatebyname = #{updatebyname,jdbcType=VARCHAR},
validflag = #{validflag,jdbcType=BIT},
enterprisenumber = #{enterprisenumber,jdbcType=VARCHAR},
enterprisename = #{enterprisename,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}