zhugeliang 78bcdef7fd fix: resolve #407 examination request wrong advice type classification
Bug #407: 检查申请同步到医嘱列表时,医嘱类型被错误标注为中成药而非诊疗

Root cause: ServiceRequest.categoryEnum was not set when creating service requests from examination applications, causing the system to misclassify them as Chinese medicine (adviceType=2) instead of medical treatment (adviceType=3)

Fix: Added serviceRequest.setCategoryEnum(3) in both POST and PUT methods of ExamApplyController to correctly classify examination requests as medical treatment type

Impact: Examination requests will now display correct type (诊疗/medical treatment) in the advice list and won't trigger database errors when signing
2026-04-23 09:09:09 +08:00
2026-04-08 23:12:24 +08:00
2026-04-06 07:00:46 +08:00
2025-04-02 11:17:27 +08:00
2025-12-27 15:30:48 +08:00
2026-02-05 23:47:02 +08:00
2026-04-13 23:03:48 +08:00
2026-04-13 23:34:32 +08:00
2026-04-13 13:38:12 +08:00
2026-04-14 22:08:27 +08:00
2026-04-14 17:12:39 +08:00
2026-04-14 17:12:02 +08:00
2026-04-14 21:36:09 +08:00
Description
No description provided
152 MiB
Languages
Java 49.7%
Vue 44.6%
JavaScript 4.6%
HTML 0.7%
SCSS 0.1%