加密转换 失败则二次转换

This commit is contained in:
gaojiabao
2023-05-26 11:40:28 +08:00
parent 4a405b9f33
commit d2ba2efd37
@@ -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", "文件转换失败,请重试");
}
}