Commit 8b22f6f2 authored by data爬虫-冯 军凯's avatar data爬虫-冯 军凯

关闭数据清洗

parent 090c390d
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<groupId>cn.quantgroup</groupId> <groupId>cn.quantgroup</groupId>
<artifactId>qg-data-service</artifactId> <artifactId>qg-data-service</artifactId>
<version>1.1.6-SNAPSHOT</version> <version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>qg-data-service</name> <name>qg-data-service</name>
......
...@@ -49,7 +49,7 @@ public class OperatorInfoService { ...@@ -49,7 +49,7 @@ public class OperatorInfoService {
else else
SpiderUserItemDataService.put(spiderUserItemDataRow); SpiderUserItemDataService.put(spiderUserItemDataRow);
OperatorInfoCleaningService.cleaningAndSaveUserInfo(spiderUserItemDataRow, uuid, ka); // OperatorInfoCleaningService.cleaningAndSaveUserInfo(spiderUserItemDataRow, uuid, ka);
} }
...@@ -66,7 +66,7 @@ public class OperatorInfoService { ...@@ -66,7 +66,7 @@ public class OperatorInfoService {
else else
MobileCallInfoDataService.put(mobileCallInfoRows); MobileCallInfoDataService.put(mobileCallInfoRows);
OperatorInfoCleaningService.cleaningAndSaveMobileCallDetailInfo(mobileCallInfoRows, uuid, ka); // OperatorInfoCleaningService.cleaningAndSaveMobileCallDetailInfo(mobileCallInfoRows, uuid, ka);
} }
...@@ -83,7 +83,7 @@ public class OperatorInfoService { ...@@ -83,7 +83,7 @@ public class OperatorInfoService {
else else
MobileSmsInfoDataService.put(mobileSmsInfoRows); MobileSmsInfoDataService.put(mobileSmsInfoRows);
OperatorInfoCleaningService.cleaningAndSaveMobileSmsDetainInfo(mobileSmsInfoRows, uuid, ka); // OperatorInfoCleaningService.cleaningAndSaveMobileSmsDetainInfo(mobileSmsInfoRows, uuid, ka);
} }
...@@ -100,7 +100,7 @@ public class OperatorInfoService { ...@@ -100,7 +100,7 @@ public class OperatorInfoService {
else else
MobileFlowInfoDataService.put(mobileFlowInfoRows); MobileFlowInfoDataService.put(mobileFlowInfoRows);
OperatorInfoCleaningService.cleaningAndSaveMobileFlowDetailInfo(mobileFlowInfoRows, uuid, ka); // OperatorInfoCleaningService.cleaningAndSaveMobileFlowDetailInfo(mobileFlowInfoRows, uuid, ka);
} }
...@@ -117,7 +117,7 @@ public class OperatorInfoService { ...@@ -117,7 +117,7 @@ public class OperatorInfoService {
else else
TelecomCallInfoDataService.put(telecomCallInfoRows); TelecomCallInfoDataService.put(telecomCallInfoRows);
OperatorInfoCleaningService.cleaningAndSaveTelecomCallDetailInfo(telecomCallInfoRows, uuid, ka); // OperatorInfoCleaningService.cleaningAndSaveTelecomCallDetailInfo(telecomCallInfoRows, uuid, ka);
} }
...@@ -134,7 +134,7 @@ public class OperatorInfoService { ...@@ -134,7 +134,7 @@ public class OperatorInfoService {
else else
TelecomSmsInfoDataService.put(telecomSmsInfoRows); TelecomSmsInfoDataService.put(telecomSmsInfoRows);
OperatorInfoCleaningService.cleaningAndSaveTelecomSmsDetailInfo(telecomSmsInfoRows, uuid, ka); // OperatorInfoCleaningService.cleaningAndSaveTelecomSmsDetailInfo(telecomSmsInfoRows, uuid, ka);
} }
...@@ -151,7 +151,7 @@ public class OperatorInfoService { ...@@ -151,7 +151,7 @@ public class OperatorInfoService {
else else
TelecomFlowInfoDataService.put(telecomFlowInfoRows); TelecomFlowInfoDataService.put(telecomFlowInfoRows);
OperatorInfoCleaningService.cleaningAndSaveTelecomFlowDetailInfo(telecomFlowInfoRows, uuid, ka); // OperatorInfoCleaningService.cleaningAndSaveTelecomFlowDetailInfo(telecomFlowInfoRows, uuid, ka);
} }
...@@ -168,7 +168,7 @@ public class OperatorInfoService { ...@@ -168,7 +168,7 @@ public class OperatorInfoService {
else else
UnicomCallInfoDataService.put(unicomCallInfoRows); UnicomCallInfoDataService.put(unicomCallInfoRows);
OperatorInfoCleaningService.cleaningAndSaveUnicomCallDetailInfo(unicomCallInfoRows, uuid, ka); // OperatorInfoCleaningService.cleaningAndSaveUnicomCallDetailInfo(unicomCallInfoRows, uuid, ka);
} }
...@@ -185,7 +185,7 @@ public class OperatorInfoService { ...@@ -185,7 +185,7 @@ public class OperatorInfoService {
else else
UnicomSmsInfoDataService.put(unicomSmsInfoRows); UnicomSmsInfoDataService.put(unicomSmsInfoRows);
OperatorInfoCleaningService.cleaningAndSaveUnicomSmsDetailInfo(unicomSmsInfoRows, uuid, ka); // OperatorInfoCleaningService.cleaningAndSaveUnicomSmsDetailInfo(unicomSmsInfoRows, uuid, ka);
} }
...@@ -202,7 +202,7 @@ public class OperatorInfoService { ...@@ -202,7 +202,7 @@ public class OperatorInfoService {
else else
UnicomFlowInfoDataService.put(unicomFlowInfoRows); UnicomFlowInfoDataService.put(unicomFlowInfoRows);
OperatorInfoCleaningService.cleaningAndSaveUnicomFlowDetailInfo(unicomFlowInfoRows, uuid, ka); // OperatorInfoCleaningService.cleaningAndSaveUnicomFlowDetailInfo(unicomFlowInfoRows, uuid, ka);
} }
...@@ -219,7 +219,7 @@ public class OperatorInfoService { ...@@ -219,7 +219,7 @@ public class OperatorInfoService {
else else
PhoneBillDataService.put(phoneBillDataRow); PhoneBillDataService.put(phoneBillDataRow);
OperatorInfoCleaningService.cleaningAndSavePhoneBillInfo(phoneBillDataRow, uuid, ka); // OperatorInfoCleaningService.cleaningAndSavePhoneBillInfo(phoneBillDataRow, uuid, ka);
} }
...@@ -233,7 +233,7 @@ public class OperatorInfoService { ...@@ -233,7 +233,7 @@ public class OperatorInfoService {
PhonePaymentDataService.put(phonePaymentDataRow); PhonePaymentDataService.put(phonePaymentDataRow);
OperatorInfoCleaningService.cleaningAndSaveRechargeInfo(phonePaymentDataRow, uuid, ka); // OperatorInfoCleaningService.cleaningAndSaveRechargeInfo(phonePaymentDataRow, uuid, ka);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment