huminmin
2026-04-28 c383c8ca7053005ffa3ee58efd89956fbf52c9ea
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;
    }