This commit is contained in:
2025-06-14 15:33:52 +08:00
parent 78d0b4a7d5
commit 2202cf0605
3 changed files with 9 additions and 12 deletions

View File

@@ -217,7 +217,8 @@ namespace MyCode.Project.Services.Implementation
oldItem.Fid = item["FID"];
oldItem.MSSSupplierLot = item["FLot.fname"];
oldItem.EntityId = item["FDetailEntity.FEntryId"];
if(oldItem.EntityId==null)
oldItem.EntityId = item["FDetailEntity_FEntryId"];
}