|
|
|
@ -551,7 +551,7 @@ public class Ghre_ExamServices : BaseServices<Ghre_Exam, Ghre_ExamDto, InsertGhr |
|
|
|
|
|
|
|
|
|
if (id == 0) |
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
if (string.IsNullOrEmpty(pageData.Status)) |
|
|
|
|
pageData.Status = "Draft"; |
|
|
|
|
var insert = Mapper.Map(pageData).ToANew<InsertGhre_ExamInput>(); |
|
|
|
|
id = await base.Add(insert); |
|
|
|
|