华佗 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-05-27 08:59:07 +08:00
2026-05-27 08:59:07 +08:00
Description
No description provided
263 MiB
Languages
Java 47.5%
Vue 45.4%
JavaScript 4.4%
Python 1.3%
HTML 0.6%
Other 0.7%