id, type, code, status, requestor, submittime, approver, approvetime, approvenote,
enterprisename, enterprisenumber, ispunish, path1, path2, punishmentreason, punishmentmeasure,
createtime, modifytime, lastrejecttime
delete from assessapply
where id = #{id,jdbcType=BIGINT}
update assessapply
type = #{type,jdbcType=VARCHAR},
code = #{code,jdbcType=VARCHAR},
status = #{status,jdbcType=VARCHAR},
requestor = #{requestor,jdbcType=VARCHAR},
submittime = #{submittime,jdbcType=TIMESTAMP},
approver = #{approver,jdbcType=VARCHAR},
approvetime = #{approvetime,jdbcType=TIMESTAMP},
approvenote = #{approvenote,jdbcType=VARCHAR},
enterprisename = #{enterprisename,jdbcType=VARCHAR},
enterprisenumber = #{enterprisenumber,jdbcType=VARCHAR},
ispunish = #{ispunish,jdbcType=BIT},
path1 = #{path1,jdbcType=VARCHAR},
path2 = #{path2,jdbcType=VARCHAR},
punishmentreason = #{punishmentreason,jdbcType=VARCHAR},
punishmentmeasure = #{punishmentmeasure,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
modifytime = #{modifytime,jdbcType=TIMESTAMP},
lastrejecttime = #{lastrejecttime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update assessapply
set type = #{type,jdbcType=VARCHAR},
code = #{code,jdbcType=VARCHAR},
status = #{status,jdbcType=VARCHAR},
requestor = #{requestor,jdbcType=VARCHAR},
submittime = #{submittime,jdbcType=TIMESTAMP},
approver = #{approver,jdbcType=VARCHAR},
approvetime = #{approvetime,jdbcType=TIMESTAMP},
approvenote = #{approvenote,jdbcType=VARCHAR},
enterprisename = #{enterprisename,jdbcType=VARCHAR},
enterprisenumber = #{enterprisenumber,jdbcType=VARCHAR},
ispunish = #{ispunish,jdbcType=BIT},
path1 = #{path1,jdbcType=VARCHAR},
path2 = #{path2,jdbcType=VARCHAR},
punishmentreason = #{punishmentreason,jdbcType=VARCHAR},
punishmentmeasure = #{punishmentmeasure,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
modifytime = #{modifytime,jdbcType=TIMESTAMP},
lastrejecttime = #{lastrejecttime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}