|
@@ -29,7 +29,7 @@ public class FileParseServiceImpl implements FileParseService {
|
|
|
@Override
|
|
@Override
|
|
|
@Async("taskExecutor")
|
|
@Async("taskExecutor")
|
|
|
public void EDCDataDeal(DataChipTestLog dataChipTestLog, CountDownLatch countDownLatch) {
|
|
public void EDCDataDeal(DataChipTestLog dataChipTestLog, CountDownLatch countDownLatch) {
|
|
|
- String TableName = "DATA$" + dataChipTestLog.getLot_id();
|
|
|
|
|
|
|
+ String TableName = "DATA$" + dataChipTestLog.getLot_id().replace("-","_");
|
|
|
try {
|
|
try {
|
|
|
this.logger.info(new StringBuilder().append(dataChipTestLog.getWafer_id()).append("Data文件解析开始").toString());
|
|
this.logger.info(new StringBuilder().append(dataChipTestLog.getWafer_id()).append("Data文件解析开始").toString());
|
|
|
String FilePath = extractFilePath(dataChipTestLog.getData_path());
|
|
String FilePath = extractFilePath(dataChipTestLog.getData_path());
|