insert into goaf_checklist
checklist_id,
oc_id,
checklist_title,
checklist_desc,
#{checklistId, jdbcType=BIGINT},
#{ocId, jdbcType=BIGINT},
#{checklistTitle, jdbcType=VARCHAR},
#{checklistDesc, jdbcType=VARCHAR},
UPDATE goaf_checklist
checklist_title = #{checklistTitle, jdbcType=VARCHAR},
checklist_desc = #{checklistDesc, jdbcType=VARCHAR},
WHERE checklist_id = #{checklistId, jdbcType=BIGINT}
DELETE FROM goaf_checklist
WHERE checklist_id = #{checklistId, jdbcType=BIGINT}