Explorar el Código

调整

datasub12_previous
H Vs hace 1 año
padre
commit
9b37ab20bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      HealthMonitor.Service/Biz/IotWebApiService.cs

+ 1
- 1
HealthMonitor.Service/Biz/IotWebApiService.cs Ver fichero

@@ -204,7 +204,7 @@ namespace HealthMonitor.Service.Biz
};
var person = await _gpsPersonApiClient.GetFirstAsync(condition, new RequestHeader() { RequestId = $"{imei}" }).ConfigureAwait(false);
// 若remark为空,更新person remark字段
if (!string.IsNullOrWhiteSpace(person?.Remarks))
if (string.IsNullOrWhiteSpace(person?.Remarks))
{
var newRemarkData = new
{


Cargando…
Cancelar
Guardar