根因:
- 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 ---
- 类和接口都存在。让我检查实体字段是否匹配代码中的调用。
修复:
- 修改相关代码文件