교육생등록 개인선택시 에러 수정

This commit is contained in:
lch 2021-06-09 08:11:16 +00:00
parent 4c68a1b4d5
commit c813a803a3
1 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,10 @@ namespace NP.Base.Controllers
pplog.mphone = assign.mphone;
pplog.taxemail = assign.taxemail;
}
else
{
pplog.asname = string.Empty;
}
#endregion
Dao.Insert("cm.pplog.applyedu.in", pplog);
#endregion