id, type, content, standard, sort, isdel, description, createdby, createddate, modifiedby, modifieddate delete from selfcheck where id = #{id,jdbcType=BIGINT} update selfcheck type = #{type,jdbcType=VARCHAR}, content = #{content,jdbcType=VARCHAR}, standard = #{standard,jdbcType=VARCHAR}, sort = #{sort,jdbcType=INTEGER}, isdel = #{isdel,jdbcType=TINYINT}, description = #{description,jdbcType=VARCHAR}, createdby = #{createdby,jdbcType=VARCHAR}, createddate = #{createddate,jdbcType=TIMESTAMP}, modifiedby = #{modifiedby,jdbcType=VARCHAR}, modifieddate = #{modifieddate,jdbcType=TIMESTAMP}, where id = #{id,jdbcType=BIGINT} update selfcheck set type = #{type,jdbcType=VARCHAR}, content = #{content,jdbcType=VARCHAR}, standard = #{standard,jdbcType=VARCHAR}, sort = #{sort,jdbcType=INTEGER}, isdel = #{isdel,jdbcType=TINYINT}, description = #{description,jdbcType=VARCHAR}, createdby = #{createdby,jdbcType=VARCHAR}, createddate = #{createddate,jdbcType=TIMESTAMP}, modifiedby = #{modifiedby,jdbcType=VARCHAR}, modifieddate = #{modifieddate,jdbcType=TIMESTAMP} where id = #{id,jdbcType=BIGINT}