IStation.Application.SZJT/99-logic/10-mobile/07-station-assets/StationAssets_MobileController.cs
@@ -35,7 +35,7 @@ vmList.Add(vm); } return vmList; }, CacheHelper.CacheLevel3); }, Yw.Service.ConfigHelper.CacheLevel3); if (vm_list != null && vm_list.Count > 0) { @@ -63,7 +63,7 @@ var equipment = service_equipment.GetByID(input.ID); if (equipment == null) { throw YOops.Oh(eResultCode.Alert, ErrorCodes.D001, $"ID:{input.ID} 数据不存在"); throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.D001, $"ID:{input.ID} 数据不存在"); } var supplier = new Yw.Service.Supplier().GetByID(equipment.SupplierID);