lss
2025-05-16 d6b0de8b3dc2b76ba20b347c579b30dfa3a3338b
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();