tangdi 2 سال پیش
والد
کامیت
0348a7a7be

+ 2 - 2
MicroServices/Business/Business.Application/ResourceExamineManagement/ResourceExamineAppService.cs

@@ -4503,7 +4503,7 @@ namespace Business.ResourceExamineManagement
             nbrMasterList.Add(newNbr);
             List<string> headAccount = new List<string>();
             short i = 1;
-            bool typed = !string.IsNullOrEmpty(workord.Typed);
+            //bool typed = !string.IsNullOrEmpty(workord.Typed);
             detail.ForEach(a =>
             {
                 var find = itemLocList?.Find(c => c.ItemNum == a.ItemNum);
@@ -4541,7 +4541,7 @@ namespace Business.ResourceExamineManagement
                             CreateUser = user?.Name,
                             UpdateUser = user?.Name,
                             UM = find.UM,
-                            LotSerial = typed ? a.LotSerial : "",
+                            LotSerial = a.LotSerial,
                             ItemName = find.Descr,
                             Status = ""
                         });