服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-08-20 37fc700892a509346d5be0a1af2d3de1fe8d3a9e
Tiger.Business.MES/Transaction/Position.cs
@@ -126,7 +126,11 @@
                    WoContext.WoBatchDic.Add(wb.Batch.BATCH_NO, wb);
                }
                CurBatch = WoContext.GetBatch(input.OrderNo, CurLine.LINE_CODE);
                OperInfoDic.Add(CurBatch.Batch.BATCH_NO, new());
                if (!OperInfoDic.ContainsKey(CurBatch.Batch.BATCH_NO))
                {
                    OperInfoDic.Add(CurBatch.Batch.BATCH_NO, new());
                }
                action.Data = new { WorkOrder = CurBatch.WO, Bacth = CurBatch.Batch };
            }
            catch (Exception ex)