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}) UPDATE `factor_content` SET `influence` = NULL, `monitor_method` = NULL, `review` = NULL, `solutions` = NULL, `result` = NULL WHERE `factor_discern_id` = #{factorDiscrenId} DELETE FROM factor_content WHERE factor_discern_id = #{id}