Przeglądaj źródła

调整

datasub12_previous
H Vs 1 rok temu
rodzic
commit
9b37ab20bd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      HealthMonitor.Service/Biz/IotWebApiService.cs

+ 1
- 1
HealthMonitor.Service/Biz/IotWebApiService.cs Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz