id, level, licensenumber, reviewunit, licensingunit, score, validstarttime, validendtime,
createtime, createby, createbyname, updatetime, updateby, updatebyname, enterpriseid,
validflag
update enterprisestandardization
level = #{level,jdbcType=VARCHAR},
licensenumber = #{licensenumber,jdbcType=VARCHAR},
reviewunit = #{reviewunit,jdbcType=VARCHAR},
licensingunit = #{licensingunit,jdbcType=VARCHAR},
score = #{score,jdbcType=INTEGER},
validstarttime = #{validstarttime,jdbcType=TIMESTAMP},
validendtime = #{validendtime,jdbcType=TIMESTAMP},
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},
where id = #{id,jdbcType=BIGINT}