集团三库

This commit is contained in:
2026-09-10 18:51:12 +08:00
parent dc6abc4cbb
commit 5be709c0e6
131 changed files with 25364 additions and 970 deletions
+4
View File
@@ -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();
}
}