This commit is contained in:
Bright 2025-09-09 14:51:00 +07:00
parent 5a92cf2852
commit 3080eaca49

View file

@ -1933,7 +1933,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers
score_year = Convert.ToInt32(dr["score_year"]).ToThaiYear().ToString(),
});
}
}
if (data != null && data.Count > 0)
@ -1953,7 +1952,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers
cmd.CommandText = sb.ToString();
_context.Database.OpenConnection();
MySqlDataAdapter da = new MySqlDataAdapter(cmd as MySqlCommand);
DataTable dt = new DataTable();