select flownodeid, orgid, guid, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, sceneid, flowid, nodetype, nodename, maxsentencesilence, waittime, corpustype, corpuswaittime, maxrepetition, jumptype, jumpto, flowcode, targetid, oldid from ivr_scene_flownode
    
    
    
    
        insert into ivr_scene_flownode
        
            orgid,
            del_flag,
            update_by,
            update_time,
            create_by,
            create_time,
            isupload,
            upload_time,
            sceneid,
            flowid,
            nodetype,
            nodename,
            maxsentencesilence,
            waittime,
            corpustype,
            corpuswaittime,
            maxrepetition,
            jumptype,
            jumpto,
            flowcode,
            targetid,
            oldid,
            guid,
         
        
            #{orgid},
            #{delFlag},
            #{updateBy},
            #{updateTime},
            #{createBy},
            #{createTime},
            #{isupload},
            #{uploadTime},
            #{sceneid},
            #{flowid},
            #{nodetype},
            #{nodename},
            #{maxsentencesilence},
            #{waittime},
            #{corpustype},
            #{corpuswaittime},
            #{maxrepetition},
            #{jumptype},
            #{jumpto},
            #{flowcode},
            #{targetid},
            #{oldid},
            #{guid},
         
    
    
        update ivr_scene_flownode
        
            orgid = #{orgid},
            del_flag = #{delFlag},
            update_by = #{updateBy},
            update_time = #{updateTime},
            create_by = #{createBy},
            create_time = #{createTime},
            isupload = #{isupload},
            upload_time = #{uploadTime},
            sceneid = #{sceneid},
            flowid = #{flowid},
            nodetype = #{nodetype},
            nodename = #{nodename},
            maxsentencesilence = #{maxsentencesilence},
            waittime = #{waittime},
            corpustype = #{corpustype},
            corpuswaittime = #{corpuswaittime},
            maxrepetition = #{maxrepetition},
            jumptype = #{jumptype},
            jumpto = #{jumpto},
            flowcode = #{flowcode},
            targetid = #{targetid},
            oldid = #{oldid},
            guid = #{guid},
        
        where flownodeid = #{flownodeid}
    
    
        delete from ivr_scene_flownode where flownodeid = #{flownodeid}
    
    
        delete from ivr_scene_flownode where flownodeid in
        
            #{flownodeid}