WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/11-cooling/SetHydroCoolingDlg.cs
@@ -92,7 +92,7 @@ { if (x.Coefficient != coefficient.Value) { _changeHelper.Append(x, eChangeType.Update); _changeHelper?.Append(x, eChangeType.Update); _propStatusHelper?.UpdatePropStatus(x.Code, nameof(x.Coefficient), Yw.Hydro.ePropStatus.Normal, $"{DateTime.Now.ToStandardString()}通过设置组件修改"); } x.Coefficient = coefficient.Value;