20220905
This commit is contained in:
@@ -15,7 +15,7 @@ namespace BLL
|
||||
/// <param name="welder"></param>
|
||||
public static void UpdateWelder(Model.SitePerson_Person welder)
|
||||
{
|
||||
Model.SitePerson_Person newWelder = Funs.DB.SitePerson_Person.FirstOrDefault(e => e.PersonId == welder.PersonId);
|
||||
Model.SitePerson_Person newWelder = Funs.DB.SitePerson_Person.FirstOrDefault(e => e.PersonId == welder.PersonId && e.ProjectId == welder.ProjectId);
|
||||
if (newWelder != null)
|
||||
{
|
||||
newWelder.WelderCode = welder.WelderCode;
|
||||
|
||||
Reference in New Issue
Block a user