Test
This commit is contained in:
parent
5a92cf2852
commit
3080eaca49
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue