huminmin
2026-04-29 cf99945deda3cba4b0e634abb100847f5cc2529b
src/main/java/com/ruoyi/sales/service/impl/SalesQuotationServiceImpl.java
@@ -93,7 +93,7 @@
            approveProcessService.addApprove(approveProcessVO);
        }catch (Exception e){
            log.error("SalesQuotationServiceImpl error:{}", e);
            throw new RuntimeException("审批失败");
            throw                                new RuntimeException("审批失败");
        }
        return true;
    }