|
@@ -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
|
|
|
|