华佗 112468dc84 fix(#655): 请修复 Bug #655:[门诊医生站-检查开单] 检查申请保存后总金额结算异常,未累加“检查方法”附加金额
根因:
- when saving exam applications, only `itemFee` (项目单价) is used for charge items and total amount. The exam method's `packagePrice` (from `CheckMethod → CheckPackage`) is never accumulated.
- Test ---
- Now I have a clear picture of the code. Let me analyze the data flow:
- Verify ---
- 类和接口都存在。让我检查实体字段是否匹配代码中的调用。

修复:
- 修改相关代码文件
2026-06-13 19:34:26 +08:00
2026-05-27 08:59:07 +08:00
Description
No description provided
321 MiB
Languages
Java 47.5%
Vue 45.4%
JavaScript 4.4%
Python 1.3%
HTML 0.6%
Other 0.7%