|
@@ -99,7 +99,9 @@ public class CollectDataSchedule {
|
|
|
serviceMap.put("xcrEnterprisePollutionPermitInfoServiceImpl", "gateway/api/1/getQypwxkxxByUniscid");
|
|
serviceMap.put("xcrEnterprisePollutionPermitInfoServiceImpl", "gateway/api/1/getQypwxkxxByUniscid");
|
|
|
serviceMap.put("xcrKeyPollutionSourcesServiceImpl", "gateway/api/1/getZdpwdwmlByShxyfwm");
|
|
serviceMap.put("xcrKeyPollutionSourcesServiceImpl", "gateway/api/1/getZdpwdwmlByShxyfwm");
|
|
|
serviceMap.put("xcrEnvironmentalPenaltyDecisionServiceImpl","gateway/api/1/getHbcfjdqkxxByUniscid");
|
|
serviceMap.put("xcrEnvironmentalPenaltyDecisionServiceImpl","gateway/api/1/getHbcfjdqkxxByUniscid");
|
|
|
- serviceMap.put("xcrAgriculturalSpecializedWebsiteService","gateway/api/1/nznbwzhwdxxByUniscid");
|
|
|
|
|
|
|
+ serviceMap.put("xcrAgriculturalSpecializedWebsiteServiceImpl","gateway/api/1/nznbwzhwdxxByUniscid");
|
|
|
|
|
+ serviceMap.put("xcrAnSfcBranchinfoServiceImpl","gateway/api/1/getNznbfzjgxxByUniscid");
|
|
|
|
|
+ serviceMap.put("xcrMajorMembersServiceImpl","gateway/api/1/zyryxxByUniscid");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Scheduled(cron = "0 0 1 1 * ?")
|
|
@Scheduled(cron = "0 0 1 1 * ?")
|
|
@@ -129,7 +131,32 @@ public class CollectDataSchedule {
|
|
|
List<String> serviceList = List.of(
|
|
List<String> serviceList = List.of(
|
|
|
"xcrEnterprisePollutionPermitInfoServiceImpl",
|
|
"xcrEnterprisePollutionPermitInfoServiceImpl",
|
|
|
"xcrKeyPollutionSourcesServiceImpl",
|
|
"xcrKeyPollutionSourcesServiceImpl",
|
|
|
- "xcrAgriculturalSpecializedWebsiteService"
|
|
|
|
|
|
|
+ "xcrAgriculturalSpecializedWebsiteServiceImpl",
|
|
|
|
|
+ "xcrAnSfcBranchinfoServiceImpl",
|
|
|
|
|
+ "xcrCompanyInvestmentServiceImpl",
|
|
|
|
|
+ "xcrEquityChangeServiceImpl",
|
|
|
|
|
+ "xcrSupplementaryForeignInvestmentServiceImpl",
|
|
|
|
|
+ "xcrAppointDelegatesServiceImpl",
|
|
|
|
|
+ "xcrAgriculturalSupplementServiceImpl",
|
|
|
|
|
+ "xcrDomesticCapitalSupplementServiceImpl",
|
|
|
|
|
+ "xcrInstallmentPaymentServiceImpl",
|
|
|
|
|
+ "xcrInvestorSubscriptionDetailsServiceImpl",
|
|
|
|
|
+ "xcrNonNaturalPersonContributionServiceImpl",
|
|
|
|
|
+ "xcrNaturalPersonContributionsServiceImpl",
|
|
|
|
|
+ "xcrHistoryNameServiceImpl",
|
|
|
|
|
+ "xcrHistoricalLegalRepresentativeServiceImpl",
|
|
|
|
|
+ "xcrAffiliatedEnterpriseServiceImpl",
|
|
|
|
|
+ "xcrInstallmentSubscriptionServiceImpl",
|
|
|
|
|
+ "xcrAdministrativeLicensingAgriculturalCollegesServiceImpl",
|
|
|
|
|
+ "xcrEnterpriseExceptionListServiceImpl",
|
|
|
|
|
+ "xcrInvestorAbnormalRecordServiceImpl",
|
|
|
|
|
+ "xcrEnterprisePublicityLicenseServiceImpl",
|
|
|
|
|
+ "xcrEnterprisePublicityEquityChangeServiceImpl",
|
|
|
|
|
+ "xcrSimplifiedCancellationAnnouncementServiceImpl",
|
|
|
|
|
+ "xcrEnterprisePublicityInvestorInformationStatusServiceImpl",
|
|
|
|
|
+ "xcrEnterprisePublicityDetailsContributionsContributorsServiceImpl",
|
|
|
|
|
+ "xcrEnterprisePublicationSupplySubscribedDetailsInvestorsServiceImpl",
|
|
|
|
|
+ "xcrRevisionInformationAgriculturalCollegeAnnualReportServiceImpl"
|
|
|
);
|
|
);
|
|
|
commonHandler(serviceList);
|
|
commonHandler(serviceList);
|
|
|
|
|
|