update xhpc_help set del_flag=1 where help_id=#{helpId}; insert xhpc_help (title,content,type) values (#{title},#{content},#{type}); update xhpc_help set title=#{title},content=#{content},type=#{type} where help_id=#{helpId};