From 7bcd598b17a382c0ad09cb37cc03b9e6d5162535 Mon Sep 17 00:00:00 2001 From: tanglong <842690096@qq.com> Date: Fri, 18 Jul 2025 16:22:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YD_AllHeartRates.Api/Services/Impl/DeviceService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YD_AllHeartRates.Api/Services/Impl/DeviceService.cs b/YD_AllHeartRates.Api/Services/Impl/DeviceService.cs index fb408d4..6261d4e 100644 --- a/YD_AllHeartRates.Api/Services/Impl/DeviceService.cs +++ b/YD_AllHeartRates.Api/Services/Impl/DeviceService.cs @@ -194,7 +194,7 @@ namespace YD_AllHeartRates.Api.Services.Impl device.StudentNo = dto.StudentNo; device.DeviceType = dto.DeviceType; - device.Name = dto.DeviceType == 1 ? "心率" : "跳绳"; + device.Name = dto.DeviceType == 1 ? "心率设备" : "跳绳设备"; _sportsContext.Update(device); return await _sportsContext.SaveChangesAsync() > 0;