diff --git a/laws-single-startup/src/main/resources/application-dev.yml b/laws-single-startup/src/main/resources/application-dev.yml index 5997f061..d2be904d 100644 --- a/laws-single-startup/src/main/resources/application-dev.yml +++ b/laws-single-startup/src/main/resources/application-dev.yml @@ -410,4 +410,7 @@ oauth: # 通过accessToken获取账号信息请求地址 userInfoUrl: https://iam-uat.sinotruk.com:7011/idp/oauth2/getUserInfo # 防止跨站请求伪造(CSRF)标识(暂时不用) - state: zhongQi \ No newline at end of file + state: zhongQi + +# 起草部门部门名称 +draftDepartName: 起草部门 \ No newline at end of file