|
@@ -33,11 +33,11 @@ public class AntiCheatTwo extends Ops implements Runnable {
|
|
|
|
|
|
@Override
|
|
|
public void run() {
|
|
|
- List<String> headers = headerProperties.getEconomicOrder();
|
|
|
- List<String> outputHeaders = headerProperties.getEconomicOrderOutput();
|
|
|
+ List<String> headers = headerProperties.getAntiCheatTwo();
|
|
|
+ List<String> outputHeaders = headerProperties.getAntiCheatTwoOutput();
|
|
|
List<Fields> matched = matchHeaders(originFields, headers);
|
|
|
if (CollectionUtils.isNotEmpty(matched)) {
|
|
|
- String newFileId = createLogicAndDeleteOld("经侦数据-订单明细2", modelId, outputHeaders, mongoTemplate, fileService);
|
|
|
+ String newFileId = createLogicAndDeleteOld("反诈数据-订单明细2", modelId, outputHeaders, mongoTemplate, fileService);
|
|
|
for (Fields fields : matched) {
|
|
|
String fileId = fields.getFileId();
|
|
|
MongoCursor<Document> cursor = getCursor(fileId, mongoTemplate);
|