This commit is contained in:
@jyuhsin
2025-09-19 17:18:28 +08:00
parent 769bec658f
commit 71d471f8c8
2 changed files with 3 additions and 0 deletions
@@ -303,6 +303,7 @@ public class SiteApplyController {
nutMap.addv("disabled", true);
nutMap.addv("tooltip", "已预约");
}
nutMap.addv("dateStr", day);
}
return Result.success(result);
}