ソースを参照

调整

datasub12_previous
H Vs 1年前
コミット
9b37ab20bd
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      HealthMonitor.Service/Biz/IotWebApiService.cs

+ 1
- 1
HealthMonitor.Service/Biz/IotWebApiService.cs ファイルの表示

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


読み込み中…
キャンセル
保存