|
|
|
@ -200,11 +200,11 @@ public class SpsSyncDownloadService {
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case DOCUMENT_TYPE_DATA:
|
|
|
|
|
if (needExec(info.getTypeBus(), info.getTypeScan(), info.getTypeThird())) {
|
|
|
|
|
basicExportInfoCreate(exportType, now
|
|
|
|
|
, x -> x.generateDocumentTypeDataFile(info, now, false, syncTime)
|
|
|
|
|
, x -> x.generateDocumentTypeDataFile(info, now, true, syncTime));
|
|
|
|
|
}
|
|
|
|
|
// if (needExec(info.getTypeBus(), info.getTypeScan(), info.getTypeThird())) {
|
|
|
|
|
// basicExportInfoCreate(exportType, now
|
|
|
|
|
// , x -> x.generateDocumentTypeDataFile(info, now, false, syncTime)
|
|
|
|
|
// , x -> x.generateDocumentTypeDataFile(info, now, true, syncTime));
|
|
|
|
|
// }
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|