diff --git a/yudao-module-inspect/yudao-module-inspect-api/pom.xml b/yudao-module-inspect/yudao-module-inspect-api/pom.xml index 984de57..ed95b2a 100644 --- a/yudao-module-inspect/yudao-module-inspect-api/pom.xml +++ b/yudao-module-inspect/yudao-module-inspect-api/pom.xml @@ -12,8 +12,8 @@ yudao-module-inspect-api - 17 - 17 + 1.8 + 1.8 UTF-8 ${project.artifactId} diff --git a/yudao-server/src/main/resources/application-local.yaml b/yudao-server/src/main/resources/application-local.yaml index 80625bf..06ae666 100644 --- a/yudao-server/src/main/resources/application-local.yaml +++ b/yudao-server/src/main/resources/application-local.yaml @@ -72,7 +72,7 @@ spring: redis: host: 127.0.0.1 # 地址 port: 6379 # 端口 - database: 1 # 数据库索引 + database: 0 # 数据库索引 # password: dev # 密码,建议生产环境开启 --- #################### 定时任务相关配置 #################### @@ -176,8 +176,9 @@ logging: cn.iocoder.yudao.module.erp.dal.mysql: debug cn.iocoder.yudao.module.iot.dal.mysql: debug cn.iocoder.yudao.module.ai.dal.mysql: debug - org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR # TODO 芋艿:先禁用,Spring Boot 3.X 存在部分错误的 WARN 提示 cn.iocoder.yudao.module.inspect.dal.mysql: debug + org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR # TODO 芋艿:先禁用,Spring Boot 3.X 存在部分错误的 WARN 提示 + debug: false --- #################### 微信公众号、小程序相关配置 #################### diff --git a/yudao-server/src/main/resources/application.yaml b/yudao-server/src/main/resources/application.yaml index a8e014f..5da823e 100644 --- a/yudao-server/src/main/resources/application.yaml +++ b/yudao-server/src/main/resources/application.yaml @@ -233,6 +233,9 @@ yudao: - /admin-api/inspect/patient/getUSTj #同步超声 - /admin-api/inspect/patient/generateReport # pdf生成 - /admin-api/inspect/patient/updatePatientSupplement #公卫患者信息补充扩展 + - /admin-api/inspect/patient/PushJYPatientInfo #推送给公卫 + - /admin-api/inspect/patient/getworkload #获取卫生院工作量 + - /admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息 websocket: enable: true # websocket的开关 path: /infra/ws # 路径 @@ -260,7 +263,7 @@ yudao: front-type: 20 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类 unit-test-enable: false # 是否生成单元测试 tenant: # 多租户相关配置项 - enable: false + enable: true ignore-urls: - /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号 - /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号 @@ -281,6 +284,9 @@ yudao: - /admin-api/inspect/patient/getUSTj #同步超声 - /admin-api/inspect/patient/generateReport # pdf生成存放 - /admin-api/inspect/patient/updatePatientSupplement #公卫患者信息补充扩展 + - /admin-api/inspect/patient/PushJYPatientInfo #推送给公卫 + - /admin-api/inspect/patient/getworkload #获取卫生院工作量 + - /admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息 - /adminInspect/admin-api/inspect/department/getList - /adminInspect/admin-api/inspect/patient/getUSPatientInfo - /adminInspect/admin-api/system/captcha/get @@ -296,6 +302,9 @@ yudao: - /adminInspect/admin-api/inspect/patient/getUSTj #同步超声 - /adminInspect/admin-api/inspect/patient/generateReport #pdf生成存放 - /adminInspect/admin-api/inspect/patient/updatePatientSupplement #公卫患者信息补充扩展 + - /adminInspect/admin-api/inspect/patient/PushJYPatientInfo #推送给公卫 + - /adminInspect/admin-api/inspect/patient/getworkload #获取卫生院工作量 + - /adminInspect/admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息 ignore-tables: - system_tenant - system_tenant_package @@ -371,5 +380,4 @@ debug: false #别名 需要的配置 项目名称:/admin #server: # servlet: -## context-path: /adminInspect -# context-path: /adminInspect/admin-api +# context-path: /adminInspect