333
This commit is contained in:
parent
f6d609ea4f
commit
7ef76129c6
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user