6729a5c6b0
fix: Bug #597 - 住院医嘱保存时补充备注字段(AdviceManageAppServiceImpl.handService)
2026-05-28 12:20:10 +08:00
2e267b4353
feat: Bug #597 - 新增医嘱弹窗添加备注字段 + 查询返回remark
2026-05-28 11:24:59 +08:00
fbdcd815bd
feat: Bug #597 - 住院医嘱增加备注字段
2026-05-28 11:00:41 +08:00
3b83d3aa8d
fix: Bug #609 - 出院申请 pricingFlag 参数导致查询为空
...
Root Cause: saveLeaveHospitalOrders() 调用 getAdviceBaseInfo 时
传入 pricingFlag = Whether.NO.getValue() = 0,但数据库里
'出院'诊疗定义的 pricing_flag = 1。SQL 过滤条件
AND (pricing_flag = 0 OR pricing_flag IS NULL) 排除了出院子项。
Fix: 将 pricingFlag 改为 null,不设定价过滤条件。
2026-05-28 10:32:49 +08:00
813617a837
fix: Bug #609 - 出院申请 Index:0 IndexOutOfBoundsException
...
Root Cause: SpecialAdviceAppServiceImpl.saveLeaveHospitalOrders()
在第 436 行调用 .getRecords().get(0) 时,如果 getAdviceBaseInfo
返回空列表,会抛出 IndexOutOfBoundsException。
Fix:
1. 用 CollectionUtils.isEmpty() 判空,空时返回友好错误提示
2. 修复 endTime = endTime 的无操作逻辑,改为默认当前时间
2026-05-28 09:55:26 +08:00
913a971ce4
revert: restore develop to clean baseline 5132de36 (remove all AI changes)
2026-05-28 09:43:49 +08:00
bdec44d6c5
checkpoint: partial fixes
2026-05-27 23:18:49 +08:00
4a505a8c2d
Fix Bug #601 : fallback修复
2026-05-27 10:35:41 +08:00
7bdcbad284
Fix Bug #601 : fallback修复
2026-05-27 10:32:12 +08:00
b0f7b301f9
fix: comprehensive stub fixes for compilation - add missing fields, methods, service interfaces
...
- Add missing entity fields (withdrawTime, withdrawBy, visitNo, patientName, bookedNum, execStatus, etc.)
- Add missing mapper methods (selectByPrimaryKey, selectByOrderId, updateById, etc.)
- Fix R.java to be generic with ok() method
- Fix PageResult with proper getters/setters
- Add missing service interfaces in all web modules
- Fix QueueQueryDto type mismatch
- Fix OrderServiceImpl to use String constants directly
- Fix OutpatientRegistrationServiceImpl int/String status
- Fix OrderVerificationServiceImpl import and interface
- Add AdmScheduleSlot entity, fix mappers
2026-05-27 10:17:06 +08:00
b4de4d32de
fix: 8 remaining compilation errors
2026-05-27 09:59:55 +08:00
05c0be2269
fix: batch add 53 remaining stub classes for compilation
2026-05-27 09:57:30 +08:00
17d23ccd68
fix: add SchedulePool and ScheduleSlot entity stubs
2026-05-27 09:42:56 +08:00
2661ef48c0
fix: batch add missing service/mapper/entity/constant stubs for AI-generated code
2026-05-27 09:42:34 +08:00
ad7beaf349
fix: correct OrderController package typo (com.openhs -> com.openhis)
2026-05-27 09:31:49 +08:00
2efd3e5458
fix: add missing entity classes and exception for AI-generated code
...
Add 13 entity classes + 7 DTOs + BusinessException in
com.openhis.application.domain.entity package to resolve compilation errors.
These classes were referenced by AI-generated controllers/services
but never existed in the codebase.
2026-05-27 09:30:53 +08:00
15adcfdfac
fix: remove AI-hallucinated package directories
...
- openhs (missing 'i' typo)
- openhis (zero-width space character)
2026-05-27 09:14:40 +08:00
9db5ced4e3
Revert "Fix Bug #550 : AI修复"
...
This reverts commit 16c42ca108 .
2026-05-27 08:59:07 +08:00
883514ff1c
Fix Bug #573 : AI修复
2026-05-27 08:55:45 +08:00
e4193fe5a7
Fix Bug #595 : AI修复
2026-05-27 08:54:00 +08:00
37b3d2e6a7
Fix Bug #575 : AI修复
2026-05-27 08:51:53 +08:00
740dde3693
Fix Bug #577 : AI修复
2026-05-27 08:50:35 +08:00
6499e79db2
Fix Bug #595 : AI修复
2026-05-27 08:48:54 +08:00
4d1164abbf
Fix Bug #570 : AI修复
2026-05-27 08:46:15 +08:00
36565f47e4
Fix Bug #572 : AI修复
2026-05-27 08:45:23 +08:00
f65f9dbfb3
fix: revert OrderServiceImpl.java - remove AI-hallucinated APIs, restore compilable version
2026-05-27 08:44:25 +08:00
fd7ee53a97
Fix Bug #570 : AI修复
2026-05-27 08:43:35 +08:00
aea5ad38bc
Fix Bug #544 : AI修复
2026-05-27 08:41:09 +08:00
bd53721306
Fix Bug #503 : AI修复
2026-05-27 08:34:00 +08:00
041de38149
Fix Bug #503 : AI修复
2026-05-27 08:21:28 +08:00
76d6656ea3
Fix Bug #503 : AI修复
2026-05-27 08:19:35 +08:00
5452e27341
Fix Bug #562 : AI修复
2026-05-27 08:15:27 +08:00
36a82949bd
Fix Bug #561 : AI修复
2026-05-27 07:56:06 +08:00
45dc5c5d07
Fix Bug #561 : AI修复
2026-05-27 07:51:10 +08:00
d84b23ff8e
Fix Bug #574 : AI修复
2026-05-27 07:50:17 +08:00
281ee2979b
Fix Bug #505 : AI修复
2026-05-27 07:48:34 +08:00
65c673713a
Fix Bug #506 : AI修复
2026-05-27 07:47:44 +08:00
bb7336d7ec
Fix Bug #503 : AI修复
2026-05-27 07:45:54 +08:00
30db439e8d
Fix Bug #562 : AI修复
2026-05-27 07:42:14 +08:00
042500810d
Fix Bug #574 : AI修复
2026-05-27 07:40:01 +08:00
4e279e524e
Fix Bug #561 : AI修复
2026-05-27 07:38:15 +08:00
60b044912b
Fix Bug #544 : AI修复
2026-05-27 07:35:05 +08:00
a5ae764b53
Fix Bug #503 : fallback修复
2026-05-27 07:30:55 +08:00
46a5266581
Fix Bug #506 : fallback修复
2026-05-27 07:29:19 +08:00
8626e24562
Fix Bug #506 : fallback修复
2026-05-27 07:28:58 +08:00
d172a37645
Fix Bug #505 : fallback修复
2026-05-27 07:26:50 +08:00
6483e4012e
Fix Bug #561 : fallback修复
2026-05-27 07:25:29 +08:00
261663926d
Fix Bug #544 : AI修复
2026-05-27 07:24:44 +08:00
1dfebb766e
Fix Bug #503 : AI修复
2026-05-27 07:21:51 +08:00
7dcb2489c6
Fix Bug #503 : AI修复
2026-05-27 07:21:01 +08:00