java8处理数据集

  @Override
    public List<PartymanStepDto> selectPartymanStepDto(String ctPartymanId) {
        List<PartymanStepDto> list = tDwPartymanStepMapper.selectPartymanStepDto(ctPartymanId);
        List<PartymanStepDto> fileNotnullList = list.stream().filter(e -> e.getCtCurStepno() != null).collect(Collectors.toList());

        //取分叉数据
        List<PartymanStepDto> partList = list.stream().filter(e -> e.getCtStepN() != null && e.getCtStepN().length() > 4).collect(Collectors.toList());
        String[] ctStepNSplit = partList.get(0).getCtStepN().split(",");
        String stepNext = ctStepNSplit[0];

        //重新赋值
        list = list.stream().map(e -> {
            PartymanStepDto partymanStepDto = new PartymanStepDto();
            BeanUtils.copyProperties(e, partymanStepDto);
            e.setCtCurStepno(fileNotnullList.get(0).getCtCurStepno());
            return e;
        }).collect(Collectors.toList());

        List<PartymanStepDto> filterDateSet = new ArrayList();
        List<PartymanStepDto> newDateSet = null;
        for(int i=0; i<ctStepNSplit.length; i++){
            String s1 = ctStepNSplit[i];
            newDateSet = list.stream().filter(e -> e.getCtStepNo().equals(s1)).collect(Collectors.toList());
            filterDateSet.addAll(newDateSet);
        }

        //移除ctStepNo=ctStepNSplit[0-2];的数据
        for(int i=0; i<ctStepNSplit.length; i++){
            String s1 = ctStepNSplit[i];
            list.removeIf(s -> s.getCtStepNo().equals(s1)) ;
        }

        //过滤含有ctStepNo=ctStepNSplit[0-2];的数据
        List<PartymanStepDto> reassignNewList = filterDateSet.stream().map(e -> {
            PartymanStepDto partymanStepDto = new PartymanStepDto();
            BeanUtils.copyProperties(e, partymanStepDto);
            e.setCtId(ctStepNSplit[0]);
            return e;
        }).collect(Collectors.toList());

        list.addAll(reassignNewList);

        //list.stream().sorted(Comparator.comparing(PartymanStepDto::getCtStepNo)).collect(Collectors.toList());
        return list;
    }

思路:

1.获取数据库数据集

2.过滤不为null的数据集

3.过滤筛选想要的数据集(5条)

4.取5条中的第一条,取list中某个对象的value  赋值给其他list的相同对象

5.移除数据

处理后返回的数据集

{
    "total": 47,
    "rows": [
        {
            "ctStepNo": "1000",
            "ctStepName": "提交申请书",
            "ctStepP": "",
            "ctStepN": "1005",
            "ctStepPast": null,
            "ctUrl": "spsDevelopMember/main/step1000",
            "ctRole": "LOCAL",
            "ctStage": "入党申请人",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "10",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1005",
            "ctStepName": "派人谈话",
            "ctStepP": "1000",
            "ctStepN": "1006",
            "ctStepPast": "1000",
            "ctUrl": "spsDevelopMember/main/step1000",
            "ctRole": "LOCAL",
            "ctStage": "入党申请人",
            "ctIfFile": "0",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "20",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1006",
            "ctStepName": "培养考察",
            "ctStepP": "1005",
            "ctStepN": "1007",
            "ctStepPast": "1005",
            "ctUrl": "spsDevelopMember/main/step1000",
            "ctRole": "LOCAL",
            "ctStage": "入党申请人",
            "ctIfFile": "0",
            "ctDateStep": "1000",
            "ctDateDay": "6-month",
            "ctZzbStep": null,
            "amSort": "30",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1007",
            "ctStepName": "团内党内推优",
            "ctStepP": "1006",
            "ctStepN": "1010",
            "ctStepPast": "1006",
            "ctUrl": "spsDevelopMember/main/step1007",
            "ctRole": "LOCAL",
            "ctStage": "入党申请人",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "40",
            "ctPartymanId": "16072902866",
            "ctCurStepno": "1035",
            "dtDate": "2017-08-13T00:00:00.000+0800",
            "ctContent": "该同志时刻严格要求自己,工作认真踏实,政治立场坚定,认真学习,不断提高自身思想觉悟。",
            "ctId": "19051604993"
        },
        {
            "ctStepNo": "1008",
            "ctStepName": "党员推优",
            "ctStepP": "1006",
            "ctStepN": "1010",
            "ctStepPast": "1006",
            "ctUrl": "",
            "ctRole": "LOCAL",
            "ctStage": "入党申请人",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "50",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1010",
            "ctStepName": "支委会初选",
            "ctStepP": "1007",
            "ctStepN": "1015",
            "ctStepPast": "1008",
            "ctUrl": "spsDevelopMember/main/step1010",
            "ctRole": "LOCAL",
            "ctStage": "入党申请人",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "60",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1015",
            "ctStepName": "民主测评",
            "ctStepP": "1006",
            "ctStepN": "1020",
            "ctStepPast": "1010",
            "ctUrl": "spsDevelopMember/main/step1015",
            "ctRole": "LOCAL",
            "ctStage": "入党申请人",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "70",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1020",
            "ctStepName": "公示",
            "ctStepP": "1006",
            "ctStepN": "1025",
            "ctStepPast": "1015",
            "ctUrl": "spsDevelopMember/main/step1020",
            "ctRole": "LOCAL",
            "ctStage": "入党申请人",
            "ctIfFile": "1",
            "ctDateStep": "1015",
            "ctDateDay": "5-day",
            "ctZzbStep": null,
            "amSort": "80",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1025",
            "ctStepName": "确定为入党积极分子",
            "ctStepP": "1006",
            "ctStepN": "1026",
            "ctStepPast": "1020",
            "ctUrl": "spsDevelopMember/main/step1025",
            "ctRole": "LOCAL",
            "ctStage": "入党申请人",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "90",
            "ctPartymanId": "16072902866",
            "ctCurStepno": "1035",
            "dtDate": "2019-05-14T00:00:00.000+0800",
            "ctContent": "2019年5月8日至5月14日对白易确定为入党积极分子进行公示,公示期间未收到任何不良反映,党员职工群众对白易确定为入党积极分子无异议,并报公司党委备案",
            "ctId": "19052102147"
        },
        {
            "ctStepNo": "1026",
            "ctStepName": "上级党委备案",
            "ctStepP": "1025",
            "ctStepN": "1030",
            "ctStepPast": "1025",
            "ctUrl": "spsDevelopMember/main/step1026",
            "ctRole": "PRA",
            "ctStage": "入党积极分子",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "100",
            "ctPartymanId": "16072902866",
            "ctCurStepno": "1035",
            "dtDate": "2019-05-14T00:00:00.000+0800",
            "ctContent": "经研究,同意白易同志为入党积极分子。",
            "ctId": "19052102156"
        },
        {
            "ctStepNo": "1030",
            "ctStepName": "指定培养联系人",
            "ctStepP": "1026",
            "ctStepN": "1035",
            "ctStepPast": "1026",
            "ctUrl": "spsDevelopMember/main/step1030",
            "ctRole": "LOCAL",
            "ctStage": "入党积极分子",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "110",
            "ctPartymanId": "16072902866",
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": "    2019年5月29日经支委会议讨论决定,孙利刚和陈丽娇为白易培养联系人。",
            "ctId": "19052302383"
        },
        {
            "ctStepNo": "1035",
            "ctStepName": "培养教育考察",
            "ctStepP": "1030",
            "ctStepN": "1036",
            "ctStepPast": "1030",
            "ctUrl": "spsDevelopMember/main/step1035",
            "ctRole": "LOCAL",
            "ctStage": "入党积极分子",
            "ctIfFile": "1",
            "ctDateStep": "1025",
            "ctDateDay": "1-year",
            "ctZzbStep": "1",
            "amSort": "120",
            "ctPartymanId": "16072902866",
            "ctCurStepno": "1035",
            "dtDate": "2020-05-29T00:00:00.000+0800",
            "ctContent": null,
            "ctId": "19052902341"
        },
        {
            "ctStepNo": "1036",
            "ctStepName": "支委同意确定为发展对象",
            "ctStepP": "1035",
            "ctStepN": "1050",
            "ctStepPast": "1035",
            "ctUrl": "spsDevelopMember/main/step1036",
            "ctRole": "LOCAL",
            "ctStage": "入党积极分子",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "130",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1050",
            "ctStepName": "上级党委备案",
            "ctStepP": "1035",
            "ctStepN": "1051",
            "ctStepPast": "1036",
            "ctUrl": "spsDevelopMember/main/step1050",
            "ctRole": "PRA",
            "ctStage": "入党发展对象",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "140",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1051",
            "ctStepName": "确定入党介绍人",
            "ctStepP": "1050",
            "ctStepN": "1055",
            "ctStepPast": "1050",
            "ctUrl": "spsDevelopMember/main/step1051",
            "ctRole": "LOCAL",
            "ctStage": "入党发展对象",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "150",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1055",
            "ctStepName": "民主测评",
            "ctStepP": "1035",
            "ctStepN": "1060",
            "ctStepPast": "1051",
            "ctUrl": "spsDevelopMember/main/step1055",
            "ctRole": "PRA",
            "ctStage": "入党发展对象",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "160",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1060",
            "ctStepName": "政治审查",
            "ctStepP": "1035",
            "ctStepN": "1065",
            "ctStepPast": "1055",
            "ctUrl": "spsDevelopMember/main/step1060",
            "ctRole": "PRA",
            "ctStage": "入党发展对象",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "170",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1065",
            "ctStepName": "公示",
            "ctStepP": "1035",
            "ctStepN": "1067",
            "ctStepPast": "1060",
            "ctUrl": "spsDevelopMember/main/step1065",
            "ctRole": "PRA",
            "ctStage": "入党发展对象",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "180",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1067",
            "ctStepName": "短期集中培训",
            "ctStepP": "1065",
            "ctStepN": "1071",
            "ctStepPast": "1065",
            "ctUrl": "spsDevelopMember/main/step1067",
            "ctRole": "LOCAL",
            "ctStage": "入党发展对象",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "190",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1071",
            "ctStepName": "支部委员会审查",
            "ctStepP": "1067",
            "ctStepN": "1073",
            "ctStepPast": "1067",
            "ctUrl": "spsDevelopMember/main/step1071",
            "ctRole": "LOCAL",
            "ctStage": "入党发展对象",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "200",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1073",
            "ctStepName": "党委预审",
            "ctStepP": "1071",
            "ctStepN": "1075",
            "ctStepPast": "1071",
            "ctUrl": "spsDevelopMember/main/step1073",
            "ctRole": "PRA",
            "ctStage": "入党发展对象",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "210",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1075",
            "ctStepName": "填写入党志愿书",
            "ctStepP": "1073",
            "ctStepN": "1080",
            "ctStepPast": "1073",
            "ctUrl": "spsDevelopMember/main/step1075",
            "ctRole": "LOCAL",
            "ctStage": "入党发展对象",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "220",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1080",
            "ctStepName": "集团核对编号",
            "ctStepP": "1075",
            "ctStepN": "1085",
            "ctStepPast": "1075",
            "ctUrl": "spsDevelopMember/main/step1080",
            "ctRole": "ROOT",
            "ctStage": "入党发展对象",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "230",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1085",
            "ctStepName": "支部大会票决",
            "ctStepP": "1035",
            "ctStepN": "1090",
            "ctStepPast": "1080",
            "ctUrl": "spsDevelopMember/main/step1085",
            "ctRole": "LOCAL",
            "ctStage": "入党发展对象",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "240",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1090",
            "ctStepName": "党委职能部门审查",
            "ctStepP": "1035",
            "ctStepN": "1095",
            "ctStepPast": "1085",
            "ctUrl": "spsDevelopMember/main/step1090",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "250",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1095",
            "ctStepName": "上级党委派人谈话",
            "ctStepP": "1035",
            "ctStepN": "1100",
            "ctStepPast": "1090",
            "ctUrl": "spsDevelopMember/main/step1095",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "260",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1100",
            "ctStepName": "上级党委审批",
            "ctStepP": "1035",
            "ctStepN": "1103",
            "ctStepPast": "1095",
            "ctUrl": "spsDevelopMember/main/step1100",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "270",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1103",
            "ctStepName": "再上一级党委组织部门备案",
            "ctStepP": "1100",
            "ctStepN": "1105",
            "ctStepPast": "1100",
            "ctUrl": "spsDevelopMember/main/step1103",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "280",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1105",
            "ctStepName": "编入党支部和党小组",
            "ctStepP": "1103",
            "ctStepN": "1109",
            "ctStepPast": "1103",
            "ctUrl": "spsDevelopMember/main/step1105",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "290",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1109",
            "ctStepName": "入党宣誓",
            "ctStepP": "1105",
            "ctStepN": "1110",
            "ctStepPast": "1105",
            "ctUrl": "spsDevelopMember/main/step1109",
            "ctRole": "LOCAL",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "300",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1110",
            "ctStepName": "继续教育考察",
            "ctStepP": "1109",
            "ctStepN": "1119",
            "ctStepPast": "1109",
            "ctUrl": "spsDevelopMember/main/step1110",
            "ctRole": "LOCAL",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "310",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1111",
            "ctStepName": "取消预备资格",
            "ctStepP": "1110",
            "ctStepN": "1112",
            "ctStepPast": "1110",
            "ctUrl": "spsDevelopMember/main/step1111",
            "ctRole": "LOCAL",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "320",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1113",
            "ctStepName": "取消预备资格存档",
            "ctStepP": "1111",
            "ctStepN": "1114",
            "ctStepPast": "1112",
            "ctUrl": "spsDevelopMember/main/step1113",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "340",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1114",
            "ctStepName": "结束",
            "ctStepP": null,
            "ctStepN": null,
            "ctStepPast": null,
            "ctUrl": "",
            "ctRole": null,
            "ctStage": "预备党员",
            "ctIfFile": "0",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "350",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1116",
            "ctStepName": "延迟预备期",
            "ctStepP": "1110",
            "ctStepN": "1117",
            "ctStepPast": "1110",
            "ctUrl": "spsDevelopMember/main/step1116",
            "ctRole": "LOCAL",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "360",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1119",
            "ctStepName": "本人提出转正申请",
            "ctStepP": "1110",
            "ctStepN": "1120",
            "ctStepPast": "1110",
            "ctUrl": "spsDevelopMember/main/step1118",
            "ctRole": "LOCAL",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "1035",
            "ctDateDay": "1-year",
            "ctZzbStep": "1",
            "amSort": "380",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1120",
            "ctStepName": "支委会审查",
            "ctStepP": "1110",
            "ctStepN": "1125,1112,1117",
            "ctStepPast": "1119",
            "ctUrl": "spsDevelopMember/main/step1120",
            "ctRole": "LOCAL",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "390",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1130",
            "ctStepName": "公示",
            "ctStepP": "1110",
            "ctStepN": "1135",
            "ctStepPast": "1125",
            "ctUrl": "spsDevelopMember/main/step1130",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "410",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1135",
            "ctStepName": "支部大会票决",
            "ctStepP": "1110",
            "ctStepN": "1145",
            "ctStepPast": "1130",
            "ctUrl": "spsDevelopMember/main/step1135",
            "ctRole": "LOCAL",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "420",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1145",
            "ctStepName": "上级党委审批",
            "ctStepP": "1110",
            "ctStepN": "1150",
            "ctStepPast": "1135",
            "ctUrl": "spsDevelopMember/main/step1145",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "430",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1150",
            "ctStepName": "职能部门通知支部转正",
            "ctStepP": "1145",
            "ctStepN": "1155",
            "ctStepPast": "1145",
            "ctUrl": "spsDevelopMember/main/step1150",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "",
            "amSort": "440",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1155",
            "ctStepName": "党支部与党员谈话",
            "ctStepP": "1150",
            "ctStepN": "1160",
            "ctStepPast": "1150",
            "ctUrl": "spsDevelopMember/main/step1155",
            "ctRole": "LOCAL",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "450",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1160",
            "ctStepName": "存档?",
            "ctStepP": "1155",
            "ctStepN": "9999",
            "ctStepPast": "1155",
            "ctUrl": "spsDevelopMember/main/step1160",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": "1",
            "amSort": "460",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "9999",
            "ctStepName": "结束",
            "ctStepP": null,
            "ctStepN": null,
            "ctStepPast": null,
            "ctUrl": "",
            "ctRole": null,
            "ctStage": "正式党员",
            "ctIfFile": "0",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "1000",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": null
        },
        {
            "ctStepNo": "1125",
            "ctStepName": "党委职能部门初审",
            "ctStepP": "1110",
            "ctStepN": "1130",
            "ctStepPast": "1120",
            "ctUrl": "spsDevelopMember/main/step1125",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "400",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": "1125"
        },
        {
            "ctStepNo": "1112",
            "ctStepName": "取消预备资格党委审查",
            "ctStepP": "1111",
            "ctStepN": "1113",
            "ctStepPast": "1111",
            "ctUrl": "spsDevelopMember/main/step1112",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "330",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": "1125"
        },
        {
            "ctStepNo": "1117",
            "ctStepName": "延迟预备期党委审查",
            "ctStepP": "1116",
            "ctStepN": "1125",
            "ctStepPast": "1116",
            "ctUrl": "spsDevelopMember/main/step1117",
            "ctRole": "PRA",
            "ctStage": "预备党员",
            "ctIfFile": "1",
            "ctDateStep": "",
            "ctDateDay": "",
            "ctZzbStep": null,
            "amSort": "370",
            "ctPartymanId": null,
            "ctCurStepno": "1035",
            "dtDate": null,
            "ctContent": null,
            "ctId": "1125"
        }
    ],
    "code": 200,
    "msg": "查询成功"
}
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

王大锤4391

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值