This commit is contained in:
geh
2026-09-14 15:58:12 +08:00
parent a815e09879
commit 77f61d7e06
128 changed files with 25181 additions and 960 deletions
+6
View File
@@ -108,6 +108,9 @@ namespace BLL
LinkMobile = unit.LinkMobile,
CollCropStatus = unit.CollCropStatus,
RealNamePushTime = null,
MasterAdOrgCode = unit.MasterAdOrgCode,
MasterAdOrgName = unit.MasterAdOrgName,
};
db.Base_Unit.InsertOnSubmit(newUnit);
db.SubmitChanges();
@@ -144,6 +147,9 @@ namespace BLL
newUnit.CollCropStatus = unit.CollCropStatus;
newUnit.RealNamePushTime = null;
newUnit.IsThisUnit = unit.IsThisUnit;
newUnit.MasterAdOrgCode = unit.MasterAdOrgCode;
newUnit.MasterAdOrgName = unit.MasterAdOrgName;
db.SubmitChanges();
}
}