insert into goaf_checklist_item
checklist_item_id,
checklist_id,
checklist_item_content,
#{checklistItemId, jdbcType=BIGINT},
#{checklistId, jdbcType=BIGINT},
#{checklistItemContent, jdbcType=VARCHAR},
UPDATE goaf_checklist_item
checklist_item_content = #{checklistItemContent, jdbcType=VARCHAR},
WHERE checklist_item_id = #{checklistItemId, jdbcType=BIGINT}
DELETE FROM goaf_checklist_item
WHERE checklist_item_id = #{checklistItemId, jdbcType=BIGINT, jdbcType=BIGINT}
DELETE FROM goaf_checklist_item
WHERE checklist_id = #{checklistId, jdbcType=BIGINT, jdbcType=BIGINT}