Merge develop into test - sync latest code

This commit is contained in:
2026-04-10 12:31:19 +08:00
1255 changed files with 107256 additions and 24904 deletions

View File

@@ -0,0 +1,19 @@
@echo off
echo ============================================
echo 手动编译 OpenHIS 后端
echo ============================================
echo.
echo 请在命令行中依次执行以下命令:
echo.
echo 1. 进入项目目录
echo cd /d D:\his\openhis-server-new
echo.
echo 2. 清理并编译
echo mvn clean package -DskipTests
echo.
echo 3. 等待编译完成约5-10分钟
echo.
echo 4. 重启后端服务
echo.
echo ============================================
pause