1
This commit is contained in:
@@ -770,7 +770,7 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
string col33 = pds.Rows[i][33].ToString().Trim();
|
||||
string col34 = pds.Rows[i][34].ToString().Trim();
|
||||
string col35 = pds.Rows[i][35].ToString().Trim();
|
||||
|
||||
string col36 = pds.Rows[i][36].ToString().Trim();
|
||||
if (!string.IsNullOrEmpty(col0))//卡号
|
||||
{
|
||||
person.CardNo = col0;
|
||||
@@ -1023,6 +1023,10 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
//{
|
||||
// person.IsCardUsedName = col35;
|
||||
//}
|
||||
if (!string.IsNullOrEmpty(col36))//焊工号
|
||||
{
|
||||
person.WelderCode = col36;
|
||||
}
|
||||
person.PersonId = SQLHelper.GetNewID(typeof(Model.SitePerson_Person));
|
||||
persons.Add(person);
|
||||
|
||||
@@ -1135,6 +1139,8 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
//newPerson.Address = persons[i].Address;
|
||||
newPerson.OutTime = persons[i].OutTime;
|
||||
newPerson.OutResult = persons[i].OutResult;
|
||||
newPerson.States = BLL.Const.State_1;
|
||||
newPerson.WelderCode = persons[i].WelderCode;
|
||||
//newPerson.IsForeign = persons[i].IsForeign;
|
||||
//newPerson.IsOutside = persons[i].IsOutside;
|
||||
//newPerson.IsUsed = persons[i].IsUsedName == "是" ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user