1
dengjunjie
2026-01-16 b98df92c0e5bb4593eb6eed2e8ebf2ed2bdfff83
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/KLSTaskMethods.cs
@@ -21,7 +21,8 @@
         try
         {
                //鑾峰彇璐т綅淇℃伅
            //List<Dt_KLSLocationInfo> kLSLocationInfos=
                Dt_KLSLocationInfo? kLSLocationInfos = _kLSLocationInfoService.Repository.QueryFirst(x => x.WarehouseId.ToString() == taskDTO.toAreaCode);
                return WebResponseContent.Instance.OK();
         }
         catch (Exception ex)