id, type, title, source, image,image_id, content, phase, interval_min_day, interval_max_day, tenant_id, create_time, create_by, update_time, update_by, version, md5, content_md5, deleted, square_doc_id
UPDATE biz_mission_doc
type = #{type ,jdbcType=VARCHAR},
title = #{title ,jdbcType=VARCHAR},
source = #{source ,jdbcType=VARCHAR},
image = #{image ,jdbcType=VARCHAR},
image_id = #{imageId ,jdbcType=VARCHAR},
content = #{content ,jdbcType=VARCHAR},
phase = #{phase ,jdbcType=VARCHAR},
interval_min_day = #{intervalMinDay ,jdbcType=BIGINT},
interval_max_day = #{intervalMaxDay ,jdbcType=BIGINT},
tenant_id = #{tenantId ,jdbcType=VARCHAR},
update_time = #{updateTime ,jdbcType=TIMESTAMP},
update_by = #{updateBy ,jdbcType=VARCHAR},
version = #{version ,jdbcType=BIGINT},
md5 = #{md5 ,jdbcType=VARCHAR},
content_md5 = #{contentMd5 ,jdbcType=VARCHAR},
deleted = #{deleted ,jdbcType=BIT},
square_doc_id = #{squareDocId ,jdbcType=VARCHAR},
where id = #{id ,jdbcType=VARCHAR}
UPDATE biz_mission_doc
SET deleted = 1
WHERE id IN
#{id}