|
@@ -64,7 +64,7 @@ public class ParsingCftInfoServiceImpl extends ServiceImpl<ParsingCftInfoMapper,
|
|
|
public FileAnalysisStatusDto parsing(File file, ParsingUrl parsingUrl) {
|
|
|
FileAnalysisStatusDto fileAnalysisStatusDto = new FileAnalysisStatusDto();
|
|
|
fileAnalysisStatusDto.setFileName(file.getName());
|
|
|
- fileAnalysisStatusDto.setFileType(FileTypeEnum.CFT.name());
|
|
|
+ fileAnalysisStatusDto.setFileType(FileTypeEnum.CFT.getCode()+"");
|
|
|
|
|
|
try {
|
|
|
List<ParsingCftInfo> parsingCftInfos = baseMapper.selectList(Wrappers.lambdaQuery(ParsingCftInfo.class).like(ParsingInfo::getStationCode, parsingUrl.getStationCode()));
|