Commit Graph

3048 Commits

Author SHA1 Message Date
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
9cdee5dedb test: trigger webhook v2 2026-05-27 09:17:43 +08:00
11bfa06529 test: webhook trigger 2026-05-27 09:16:01 +08:00
15adcfdfac fix: remove AI-hallucinated package directories
- openhs (missing 'i' typo)
- openhi​s (zero-width space character)
2026-05-27 09:14:40 +08:00
42a95ad7a8 test: trigger CI webhook 2026-05-27 09:13:15 +08:00
099989e6db chore: add integrity monitoring script 2026-05-27 09:06:33 +08:00
30461d7577 chore: add pre-push hook and AGENTS.md protection rules
- .githooks/pre-push: 防误删保护钩子(受保护路径、大量删除、pom.xml 保护、比例检查)
- AGENTS.md: 添加安全铁律章节,标注受保护路径和提交规范

Install: git config core.hooksPath .githooks
2026-05-27 09:05:48 +08:00
5b2b9d0721 Fix Bug #576: AI修复 2026-05-27 08:59:51 +08:00
9db5ced4e3 Revert "Fix Bug #550: AI修复"
This reverts commit 16c42ca108.
2026-05-27 08:59:07 +08:00
bd14563691 Fix Bug #576: AI修复 2026-05-27 08:57:42 +08:00
2392689f6c Fix Bug #584: fallback修复 2026-05-27 08:57:37 +08:00
883514ff1c Fix Bug #573: AI修复 2026-05-27 08:55:45 +08:00
31aac00918 Fix Bug #573: fallback修复 2026-05-27 08:55:18 +08:00
57fb8dcbbf Fix Bug #574: fallback修复 2026-05-27 08:54:30 +08:00
e4193fe5a7 Fix Bug #595: AI修复 2026-05-27 08:54:00 +08:00
46b0297cfb Fix Bug #577: AI修复 2026-05-27 08:52:50 +08:00
37b3d2e6a7 Fix Bug #575: AI修复 2026-05-27 08:51:53 +08:00
a550cbdf17 Fix Bug #571: fallback修复 2026-05-27 08:50:40 +08:00
740dde3693 Fix Bug #577: AI修复 2026-05-27 08:50:35 +08:00
c2389cdca5 Fix Bug #574: fallback修复 2026-05-27 08:49:29 +08:00
6499e79db2 Fix Bug #595: AI修复 2026-05-27 08:48:54 +08:00
9ebc2e0493 Fix Bug #505: fallback修复 2026-05-27 08:48:51 +08:00
4d1164abbf Fix Bug #570: AI修复 2026-05-27 08:46:15 +08:00
4f7e54c69d Fix Bug #571: fallback修复 2026-05-27 08:45:42 +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
9b6ca223c5 Fix Bug #505: fallback修复 2026-05-27 08:43:47 +08:00
fd7ee53a97 Fix Bug #570: AI修复 2026-05-27 08:43:35 +08:00
74cd551e2b Fix Bug #506: fallback修复 2026-05-27 08:42:07 +08:00
86c7da151c Fix Bug #569: fallback修复 2026-05-27 08:41:49 +08:00
aea5ad38bc Fix Bug #544: AI修复 2026-05-27 08:41:09 +08:00
ad33518a7b Fix Bug #503: fallback修复 2026-05-27 08:39:15 +08:00
bcd64e3746 Fix Bug #569: fallback修复 2026-05-27 08:36:21 +08:00
bd53721306 Fix Bug #503: AI修复 2026-05-27 08:34:00 +08:00
515ed84118 Fix Bug #506: fallback修复 2026-05-27 08:25:19 +08:00
2e839b0b62 Fix Bug #506: fallback修复 2026-05-27 08:23:32 +08:00
179c5097d6 Fix Bug #574: fallback修复 2026-05-27 08:22:56 +08:00
91bd1ec9c2 Fix Bug #550: AI修复 2026-05-27 08:22:01 +08:00
041de38149 Fix Bug #503: AI修复 2026-05-27 08:21:28 +08:00
05a8183311 Fix Bug #506: fallback修复 2026-05-27 08:19:59 +08:00
76d6656ea3 Fix Bug #503: AI修复 2026-05-27 08:19:35 +08:00
7869252ec2 Fix Bug #574: fallback修复 2026-05-27 08:18:06 +08:00
f366986bb6 Fix Bug #506: fallback修复 2026-05-27 08:17:52 +08:00