Jelajahi Sumber

分定时任务的数量

nahida 1 tahun lalu
induk
melakukan
3b46cfa6a4

+ 29 - 2
data-service/src/main/java/com/zksy/data/schedule/CollectDataSchedule.java

@@ -99,7 +99,9 @@ public class CollectDataSchedule {
         serviceMap.put("xcrEnterprisePollutionPermitInfoServiceImpl", "gateway/api/1/getQypwxkxxByUniscid");
         serviceMap.put("xcrKeyPollutionSourcesServiceImpl", "gateway/api/1/getZdpwdwmlByShxyfwm");
         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 * ?")
@@ -129,7 +131,32 @@ public class CollectDataSchedule {
         List<String> serviceList = List.of(
                 "xcrEnterprisePollutionPermitInfoServiceImpl",
                 "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);