111
tjx
2025-11-27 fe9223b1cfa5bac6438afebf4ab6604fd89f3ed2
StandardPda/MES.Service/service/Warehouse/MesInvItemStocksManager.cs
@@ -437,7 +437,7 @@
                        taskType = "1",
                        palletCode = rackingTaskInfo?.PalletCode ?? "",
                        widthType = rackingTaskInfo?.WidthType?.ToString() ?? "2000",
                        station = "3"
                        station = dto.Station
                    };
                    var requestList = new[] { requestData };
                    var jsonRequest = JsonConvert.SerializeObject(requestList);
@@ -510,9 +510,7 @@
                            Quantity = firstStock.Quantity,
                            WarehousingJson = responseStr,
                            QcStatus = 2,
                            ItemBarcode = barcode,
                            Code = "200",
                            JsonMessage = jsonMessage ?? "成功"
                            ItemBarcode = barcode
                        };
                        Db.Insertable(taskLog).ExecuteCommand();