1
lss
2025-05-15 7dab2c8946e489040df374c222bde46a9693a35c
HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/DeviceProcess.cs
@@ -49,10 +49,9 @@
        {
            try
            {
                string partNumber = "";
                //上传数据
                Result<Traystacker> result1 = new Result<Traystacker>();
                Traystacker traystacker = new Traystacker() { LocationCode = device.TN_Location[0], PartNumber = partNumber, Qty = 6 };
                Traystacker traystacker = new Traystacker() { station = device.TN_Location[0], taskSource = 1, Qty = 7 };
                result1.data.Add(traystacker);
                HttpHelper httpHelper = new HttpHelper();
                Result result = new Result();