From 7ef76129c6d2586fa00e41594485da23627afe5c Mon Sep 17 00:00:00 2001 From: zpc Date: Wed, 6 Aug 2025 22:08:25 +0800 Subject: [PATCH] 333 --- ZR.Admin.WebApi/Controllers/Business/OdfPortsController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ZR.Admin.WebApi/Controllers/Business/OdfPortsController.cs b/ZR.Admin.WebApi/Controllers/Business/OdfPortsController.cs index 09404e8..1211ee5 100644 --- a/ZR.Admin.WebApi/Controllers/Business/OdfPortsController.cs +++ b/ZR.Admin.WebApi/Controllers/Business/OdfPortsController.cs @@ -251,9 +251,7 @@ namespace ZR.Admin.WebApi.Controllers.Business port.OpticalAttenuation = parm.OpticalAttenuation; if (port.Status == 0) { - port.HistoryRemarks = ""; port.Remarks = ""; - port.OpticalAttenuation = ""; } var response = _OdfPortsService.UpdateOdfPorts(port);