From 9ca0dc6e7833715b875cc9b6b91d5c497b2bae8b Mon Sep 17 00:00:00 2001
From: zf <1603559716@qq.com>
Date: Wed, 30 Aug 2023 09:05:45 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/hazardInvestigationSystem into zf
---
src/main/resources/application-prod.yml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 7848908..0f7e506 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -129,6 +129,8 @@
accountPath: /account/user/
#排查模块
checkPath: /check/
+ #补正告知书
+ correctPDF: /correctPDF/
# swagger生产环境中禁止显示
swagger:
show: false
--
Gitblit v1.9.2