Selaa lähdekoodia

3.2.0-轨迹图一键下载错误提示修改

xiaof 2 vuotta sitten
vanhempi
commit
1c19fcf1dd

+ 1 - 0
distributed-print-business/src/main/java/com/qmth/distributed/print/business/templete/service/impl/TaskLogicServiceImpl.java

@@ -1760,6 +1760,7 @@ public class TaskLogicServiceImpl implements TaskLogicService {
             }
         } catch (Exception e) {
             log.error(SystemConstant.LOG_ERROR, e);
+            throw ExceptionResultEnum.ERROR.exception(e.getMessage());
         } finally {
 //            if (Objects.nonNull(zipFile)) {
 //                zipFile.delete();