INSERT INTO `factor_content` (`factor_discern_id`, `factor_name`, `factor_mess`, `influence`, `monitor_method`, `review`, `solutions`, `result`, `remark`, `type` )
VALUES
(
#{item.factorDiscernId},
#{item.factorName},
#{item.factorMess},
#{item.influence},
#{item.monitorMethod},
#{item.review},
#{item.solutions},
#{item.result},
#{item.remark},
#{item.type})
DELETE
FROM
factor_content
WHERE
factor_discern_id = #{id}