华佗
51b3728600
fix: 批量修复11个Controller路径前缀重复问题
问题: context-path=/healthlink-his, Controller使用/healthlink-his/api/v1/...
导致实际路径变成/healthlink-his/healthlink-his/api/v1/... (双重前缀)
修复: 移除Controller的/healthlink-his前缀
- CriticalValueController → /api/v1/critical-value
- TcmController → /api/v1/tcm
- ReviewController → /api/v1/review
- StructuredEmrController → /api/v1/emr
- AnesthesiaController → /api/v1/anesthesia
- MrHomepageController → /api/v1/mr-homepage
- EmrQualityController → /api/v1/emr-quality
- NursingController → /api/v1/nursing
- EpidemicController → /api/v1/epidemic
- CaSignatureController → /api/v1/ca-signature
- EmpiController → /api/v1/empi
验证: 11个API全部返回200
2026-06-07 16:35:44 +08:00
..
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-07 16:35:44 +08:00
2026-06-05 17:15:39 +08:00
2026-06-07 13:12:20 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-06 20:05:44 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00