feat: 修改预约详情接口并调整成功码

This commit is contained in:
ws
2026-04-27 19:11:24 +08:00
parent 21c8bf821c
commit 0cf6cf11aa
4 changed files with 26 additions and 13 deletions
@@ -60,6 +60,9 @@ public class AppointmentService {
log.info("查询到 {} 条预约记录", list.size());
return list;
}
public VisitApplication getDetail(String id) {
return visitApplicationMapper.selectById(id);
}
/**
* 创建预约记录