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();