From 8b5a46cb52dd43a914ce02e1878e4f12bea1f302 Mon Sep 17 00:00:00 2001 From: Bright Date: Wed, 9 Jul 2025 16:50:57 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=83=E0=B8=AB?= =?UTF-8?q?=E0=B9=89=20return=20=E0=B9=81=E0=B8=84=E0=B9=88=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/DisableController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/DisableController.cs b/Controllers/DisableController.cs index bb41693..a4ee784 100644 --- a/Controllers/DisableController.cs +++ b/Controllers/DisableController.cs @@ -496,7 +496,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers await _context.PeriodExams.AddAsync(periodExam); await _context.SaveChangesAsync(); - return Success(periodExam); + return Success(periodExam.Id); } catch (Exception ex) {