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