HIS医保

This commit is contained in:
2025-05-22 18:36:38 +08:00
parent ad4fb627f9
commit 1707e0f4ca
8 changed files with 129 additions and 59 deletions

View File

@@ -9,6 +9,8 @@ dpkj:
chs:
# 医保机构编码
orgcode: H53082800070
# 医保读卡之后保存信息的文件名
file-name: outfile1191.txt
file:
# 文件保存地址
path: D:\Project\Express\upload

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false">
<!--定义日志文件的存储地址 -->
<property name="LOG_HOME" value="./logs/server"/>
<property name="LOG_HOME" value="${log.path:-.}/logs"/>
<!--<property name="COLOR_PATTERN" value="%black(%contextName-) %red(%d{yyyy-MM-dd HH:mm:ss}) %green([%thread]) %highlight(%-5level) %boldMagenta( %replace(%caller{1}){'\t|Caller.{1}0|\r\n', ''})- %gray(%msg%xEx%n)" />-->
<!-- 控制台输出 -->
@@ -70,8 +70,8 @@
<root level="INFO">
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE"/>
<appender-ref ref="HTML"/>
<appender-ref ref="FILE_HTML"/>
<!-- <appender-ref ref="HTML"/>-->
<!-- <appender-ref ref="FILE_HTML"/>-->
</root>
</configuration>