20221019 人员派遣功能实现
This commit is contained in:
@@ -71,6 +71,7 @@ namespace BLL
|
||||
{
|
||||
getDataList = getDataList.Where(e => e.IdentityCard.Contains(idCard));
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(isPost) && isPost != "-1" && isPost != Const._Null)
|
||||
{
|
||||
if (isPost == Const._True)
|
||||
@@ -680,7 +681,7 @@ namespace BLL
|
||||
WorkDate = person.WorkDate,
|
||||
RetirementDate = person.RetirementDate,
|
||||
RelativeName = person.RelativeName,
|
||||
RelativeTel = person.RelativeTel,
|
||||
RelativeTel = person.RelativeTel,
|
||||
};
|
||||
|
||||
if (string.IsNullOrEmpty(person.QRCodeAttachUrl))
|
||||
@@ -929,7 +930,6 @@ namespace BLL
|
||||
newPerson.RetirementDate = person.RetirementDate;
|
||||
newPerson.RelativeName = person.RelativeName;
|
||||
newPerson.RelativeTel = person.RelativeTel;
|
||||
|
||||
// newPerson.IsCardNoOK = IDCardValid.CheckIDCard(person.IdentityCard);
|
||||
if (string.IsNullOrEmpty(person.QRCodeAttachUrl))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user