554
This commit is contained in:
parent
bd7a7941bd
commit
634140c19a
|
|
@ -328,6 +328,7 @@ namespace ZR.Admin.WebApi.Controllers.Business
|
||||||
response.HistoryRemarks = "";
|
response.HistoryRemarks = "";
|
||||||
response.OpticalAttenuation = "";
|
response.OpticalAttenuation = "";
|
||||||
response.UpdatedAt = DateTime.Now;
|
response.UpdatedAt = DateTime.Now;
|
||||||
|
response.OpticalCableOffRemarks = "";
|
||||||
var s = _OdfPortsService.Update(response);
|
var s = _OdfPortsService.Update(response);
|
||||||
return SUCCESS(s);
|
return SUCCESS(s);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -178,7 +178,9 @@ namespace ZR.Admin.WebApi.Controllers.Business
|
||||||
PortNumber = port + 1,
|
PortNumber = port + 1,
|
||||||
OpticalAttenuation = "",
|
OpticalAttenuation = "",
|
||||||
HistoryRemarks = "",
|
HistoryRemarks = "",
|
||||||
|
|
||||||
Remarks = "",
|
Remarks = "",
|
||||||
|
OpticalCableOffRemarks = "",
|
||||||
Status = parm.DefaultStatus,
|
Status = parm.DefaultStatus,
|
||||||
UpdatedAt = DateTime.Now,
|
UpdatedAt = DateTime.Now,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -353,6 +353,7 @@ namespace ZR.Admin.WebApi.Controllers.Business
|
||||||
PortNumber = port + 1,
|
PortNumber = port + 1,
|
||||||
OpticalAttenuation = "",
|
OpticalAttenuation = "",
|
||||||
HistoryRemarks = "",
|
HistoryRemarks = "",
|
||||||
|
OpticalCableOffRemarks ="",
|
||||||
Remarks = "",
|
Remarks = "",
|
||||||
Status = parm.DefaultStatus,
|
Status = parm.DefaultStatus,
|
||||||
UpdatedAt = DateTime.Now,
|
UpdatedAt = DateTime.Now,
|
||||||
|
|
@ -663,6 +664,7 @@ namespace ZR.Admin.WebApi.Controllers.Business
|
||||||
RowNumber = row + 1,
|
RowNumber = row + 1,
|
||||||
PortNumber = port + 1,
|
PortNumber = port + 1,
|
||||||
OpticalAttenuation = "",
|
OpticalAttenuation = "",
|
||||||
|
OpticalCableOffRemarks = "",
|
||||||
HistoryRemarks = "",
|
HistoryRemarks = "",
|
||||||
Remarks = "",
|
Remarks = "",
|
||||||
Status = excelItem.PortsStatus ?? 1,
|
Status = excelItem.PortsStatus ?? 1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user