liyong
4 天以前 dbd7fd484b5c7ed00cb895f227645848c3677c08
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;
    }