This commit is contained in:
zpc 2025-08-06 22:08:25 +08:00
parent f6d609ea4f
commit 7ef76129c6

View File

@ -251,9 +251,7 @@ namespace ZR.Admin.WebApi.Controllers.Business
port.OpticalAttenuation = parm.OpticalAttenuation; port.OpticalAttenuation = parm.OpticalAttenuation;
if (port.Status == 0) if (port.Status == 0)
{ {
port.HistoryRemarks = "";
port.Remarks = ""; port.Remarks = "";
port.OpticalAttenuation = "";
} }
var response = _OdfPortsService.UpdateOdfPorts(port); var response = _OdfPortsService.UpdateOdfPorts(port);