교육생등록 개인선택시 에러 수정
This commit is contained in:
parent
4c68a1b4d5
commit
c813a803a3
|
|
@ -130,6 +130,10 @@ namespace NP.Base.Controllers
|
||||||
pplog.mphone = assign.mphone;
|
pplog.mphone = assign.mphone;
|
||||||
pplog.taxemail = assign.taxemail;
|
pplog.taxemail = assign.taxemail;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
pplog.asname = string.Empty;
|
||||||
|
}
|
||||||
#endregion
|
#endregion
|
||||||
Dao.Insert("cm.pplog.applyedu.in", pplog);
|
Dao.Insert("cm.pplog.applyedu.in", pplog);
|
||||||
#endregion
|
#endregion
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue