• Joined on 2025-09-16
chenqi pushed to develop at wangyizhe/his 2026-03-02 18:36:51 +08:00
259c62b6b4 Merge remote-tracking branch 'origin/develop' into develop
208b8fc41d fix(ui): 修复多个功能模块的验证和数据处理问题
Compare 2 commits »
chenqi pushed to develop at wangyizhe/his 2026-03-02 14:44:42 +08:00
25c266babb fix(report): 修复库存报表查询SQL格式化问题并优化处方组套处理逻辑
04ad139eae feat(advice): 添加药品库存过滤功能
Compare 2 commits »
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 17:53:37 +08:00
4a46e7d2f5 fix(backend): 修正默认数据库用户名及调试模式配置
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 17:27:17 +08:00
b5f8a5f20c feat: add .env file for deployment configuration
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 17:26:14 +08:00
58fa45be8e fix: auto-create .env file during deployment
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 17:24:58 +08:00
1ad1a9cbb1 feat: add .env.example template for production deployment
0395f31d24 fix(env): 修正示例环境变量配置
Compare 2 commits »
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 17:15:19 +08:00
4dd88ad294 fix: add DATABASE_URL export for backend database connection
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 17:09:50 +08:00
e5c82b1a95 fix: correct health check endpoint from /api/v1/health to /health
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 16:52:56 +08:00
94cd83ea2c refactor: convert to traditional deployment without Docker
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 16:39:53 +08:00
6a8f3c9369 fix: use 'docker compose' instead of 'docker-compose'
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 16:36:04 +08:00
ae2d3948c9 fix: handle non-empty directory on first deploy
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 16:32:56 +08:00
479482e10c fix: update deploy path to /data/spug/service/hospital_performance
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 16:26:49 +08:00
fd53ff36a8 fix: replace hyphens with underscores in project naming
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 16:23:33 +08:00
dd1b67958b refactor: simplify docker-compose deploy script for direct Spug execution
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 16:13:55 +08:00
e31c946f94 fix: correct frontend Dockerfile path for vite build
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 16:10:10 +08:00
2e6d8c28c4 feat: add Docker support for automated deployment
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 16:03:25 +08:00
aed0e589f7 docs: add Spug application configuration guide for hospital_performance
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 16:02:08 +08:00
5b45bf86a2 feat: enhance Spug deployment scripts with better error handling and auto-fix
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 15:26:17 +08:00
13badac2dc feat: add Spug auto-deployment scripts for fullstack project
chenqi pushed to main at chenqi/hospital_performance 2026-02-28 15:19:47 +08:00
f37cdcb5c0 feat: add project screenshots to docs/screenshots