78bcdef7fd0d7f570e154388c8f692d4c73a71e9
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
Description
No description provided
Languages
Java
49.7%
Vue
44.6%
JavaScript
4.6%
HTML
0.7%
SCSS
0.1%