Administrator
2024-06-17 99b1e386e5825995ceb09aebd6c6fb0eb5e30b7d
Wms/WMS.DAL/SysInfrastructure/StorageLocatRepository.cs
@@ -93,7 +93,7 @@
                    outDtoList.Add(locatEntry2);
                    // 正式运行程序放开
                    var jsonData = JsonConvert.SerializeObject(outDtoList);
                    /*var jsonData = JsonConvert.SerializeObject(outDtoList);
                    string response = "";
                    try
@@ -109,7 +109,7 @@
                    catch (Exception ex)
                    {
                        throw new Exception(ex.Message);
                    }
                    }*/
                }
                Db.CommitTran();