文件字体处理

This commit is contained in:
gaojiabao
2023-06-06 16:57:18 +08:00
parent 9daee78db4
commit 0c8ff6d181
2 changed files with 36 additions and 1 deletions
@@ -242,7 +242,7 @@ public class SendConvertMQService {
convertMqEO.setId(convertId);
convertMqEO.setMqState(2);
convertMqEOService.updateById(convertMqEO);
this.restartUploadConvert(convertMqEO);
// this.restartUploadConvert(convertMqEO);
return Result.error("r0072", "文件转换失败,请重试");
}
}