96-门诊医生站会诊申请确认界面和97-门诊会诊申请管理界面全部功能。

This commit is contained in:
weixin_45799331
2026-02-11 14:16:30 +08:00
parent 3ab7ea1898
commit 1747291f41
67 changed files with 213 additions and 6087 deletions

View File

@@ -32,17 +32,16 @@ server:
# 日志配置
logging:
level:
com.openhis: debug
com.openhis: info
org.springframework: warn
# MyBatis和MyBatis-Plus日志
com.baomidou.mybatisplus: debug
com.openhis.mapper: debug
com.openhis.domain: debug
com.openhis.web.regdoctorstation.mapper: info
# JDBC日志
org.springframework.jdbc.core: debug
org.springframework.jdbc.core: info
# Druid SQL日志
com.alibaba.druid: debug
com.alibaba.druid.sql: debug
com.alibaba.druid: info
com.alibaba.druid.sql: info
# 用户配置
user:
@@ -92,9 +91,6 @@ mybatis-plus:
mapperLocations: classpath*:mapper/**/*Mapper.xml
# 加载全局的配置文件
configLocation: classpath:mybatis/mybatis-config.xml
configuration:
# 开启 SQL 日志输出
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
global-config:
db-config:
logic-delete-field: validFlag # 全局逻辑删除的实体字段名