fly 2 жил өмнө
parent
commit
50e119009b

+ 2 - 1
Service/ConnectService.cs

@@ -73,7 +73,8 @@ namespace WingDeviceService.Service
                 var deviceModelList = await _deviceInfoDBServiceProxy.FindDictionaryItemsAsync(new FindDictionaryItemsDBRequest { DictionaryType = (int)DictionaryTypeEnum.DeviceModel });
                 if (!deviceModelList.Select(x => x.Value).Contains(request.DeviceModel))
                 {
-                    ThrowCustomerException(CustomerRpcCode.DeviceModelError, "DeviceModel error");
+                    //ThrowCustomerException(CustomerRpcCode.DeviceModelError, "DeviceModel error");
+                    Logger.WriteLineWarn(CustomerRpcCode.DeviceModelError.ToString()+"_"+request.DeviceModel);
                 }
                 #endregion