|
@@ -845,6 +845,104 @@ public class SummaryArgs {
|
|
|
, "company_annual_report_del_1"))
|
|
|
, (j) -> Collections.singletonList(j.getString("company_id"))
|
|
|
));
|
|
|
+
|
|
|
+ a.put("construction_qualification", new SummaryArgs(
|
|
|
+ "ng_rt_construction_qualification"
|
|
|
+ , Collections.singletonList(new ArgsInfo(
|
|
|
+ "company_id"
|
|
|
+ , ""
|
|
|
+ , "deleted"))
|
|
|
+ , Arrays.asList(new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "0"
|
|
|
+ , "construction_qualification_del_0"),
|
|
|
+ new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "1"
|
|
|
+ , "construction_qualification_del_1"))
|
|
|
+ , (j) -> Collections.singletonList(j.getString("company_id"))
|
|
|
+ ));
|
|
|
+ a.put("construction_person", new SummaryArgs(
|
|
|
+ "ng_rt_construction_person"
|
|
|
+ , Collections.singletonList(new ArgsInfo(
|
|
|
+ "company_id"
|
|
|
+ , ""
|
|
|
+ , "deleted"))
|
|
|
+ , Arrays.asList(new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "0"
|
|
|
+ , "construction_person_del_0"),
|
|
|
+ new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "1"
|
|
|
+ , "construction_person_del_1"))
|
|
|
+ , (j) -> Collections.singletonList(j.getString("company_id"))
|
|
|
+ ));
|
|
|
+ a.put("construction_project", new SummaryArgs(
|
|
|
+ "ng_rt_construction_project"
|
|
|
+ , Collections.singletonList(new ArgsInfo(
|
|
|
+ "company_id"
|
|
|
+ , ""
|
|
|
+ , "deleted"))
|
|
|
+ , Arrays.asList(new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "0"
|
|
|
+ , "construction_project_del_0"),
|
|
|
+ new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "1"
|
|
|
+ , "construction_project_del_1"))
|
|
|
+ , (j) -> Collections.singletonList(j.getString("company_id"))
|
|
|
+ ));
|
|
|
+ a.put("reduction_registered_capital_info", new SummaryArgs(
|
|
|
+ "ng_rt_reduction_registered_capital_info"
|
|
|
+ , Collections.singletonList(new ArgsInfo(
|
|
|
+ "company_id"
|
|
|
+ , ""
|
|
|
+ , "deleted"))
|
|
|
+ , Arrays.asList(new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "0"
|
|
|
+ , "reduction_registered_capital_info_del_0"),
|
|
|
+ new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "1"
|
|
|
+ , "reduction_registered_capital_info_del_1"))
|
|
|
+ , (j) -> Collections.singletonList(j.getString("company_id"))
|
|
|
+ ));
|
|
|
+
|
|
|
+ a.put("increase_registered_capital_info", new SummaryArgs(
|
|
|
+ "ng_rt_increase_registered_capital_info"
|
|
|
+ , Collections.singletonList(new ArgsInfo(
|
|
|
+ "company_id"
|
|
|
+ , ""
|
|
|
+ , "deleted"))
|
|
|
+ , Arrays.asList(new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "0"
|
|
|
+ , "increase_registered_capital_info_del_0"),
|
|
|
+ new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "1"
|
|
|
+ , "increase_registered_capital_info_del_1"))
|
|
|
+ , (j) -> Collections.singletonList(j.getString("company_id"))
|
|
|
+ ));
|
|
|
+ a.put("general_taxpayer", new SummaryArgs(
|
|
|
+ "ng_rt_general_taxpayer"
|
|
|
+ , Collections.singletonList(new ArgsInfo(
|
|
|
+ "company_id"
|
|
|
+ , ""
|
|
|
+ , "deleted"))
|
|
|
+ , Arrays.asList(new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "0"
|
|
|
+ , "general_taxpayer_del_0"),
|
|
|
+ new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "1"
|
|
|
+ , "general_taxpayer_del_1"))
|
|
|
+ , (j) -> Collections.singletonList(j.getString("company_id"))
|
|
|
+ ));
|
|
|
return a;
|
|
|
}
|
|
|
|