修复完诊后的初诊复诊错乱

This commit is contained in:
2025-11-04 13:24:07 +08:00
parent 3211553d0d
commit a1efd3f91b

View File

@@ -105,7 +105,7 @@ public class CommonAppController {
*/ */
@GetMapping(value = "/department-list") @GetMapping(value = "/department-list")
public R<?> getDepartmentList() { public R<?> getDepartmentList() {
return commonService.getDepartmentList(); return commonService.getDepartmentList();
} }
/** /**