集团三库
This commit is contained in:
@@ -92,6 +92,8 @@ namespace BLL
|
||||
LinkMobile = unit.LinkMobile,
|
||||
CollCropStatus = unit.CollCropStatus,
|
||||
RealNamePushTime = null,
|
||||
MasterAdOrgCode = unit.MasterAdOrgCode,
|
||||
MasterAdOrgName = unit.MasterAdOrgName,
|
||||
};
|
||||
db.Base_Unit.InsertOnSubmit(newUnit);
|
||||
db.SubmitChanges();
|
||||
@@ -129,6 +131,8 @@ namespace BLL
|
||||
newUnit.LinkMobile = unit.LinkMobile;
|
||||
newUnit.CollCropStatus = unit.CollCropStatus;
|
||||
newUnit.RealNamePushTime = null;
|
||||
newUnit.MasterAdOrgCode = unit.MasterAdOrgCode;
|
||||
newUnit.MasterAdOrgName = unit.MasterAdOrgName;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user