21
This commit is contained in:
parent
073bffccfe
commit
deb22b2c32
|
|
@ -196,13 +196,13 @@ namespace ZR.Service.Business
|
|||
RowNumber = it.RowNumber,
|
||||
PortNumber = it.PortNumber,
|
||||
Status = it.Status,
|
||||
Remarks = it.Remarks,
|
||||
OpticalAttenuation = it.OpticalAttenuation,
|
||||
HistoryRemarks = it.HistoryRemarks,
|
||||
DeptName = it.DeptName,
|
||||
OpticalCableOffRemarks = it.OpticalCableOffRemarks,
|
||||
EquipmentModel = it.EquipmentModel,
|
||||
BusinessType = it.BusinessType
|
||||
Remarks = it.Remarks ?? "",
|
||||
OpticalAttenuation = it.OpticalAttenuation ?? "",
|
||||
HistoryRemarks = it.HistoryRemarks ?? "",
|
||||
DeptName = it.DeptName ?? "",
|
||||
OpticalCableOffRemarks = it.OpticalCableOffRemarks ?? "",
|
||||
EquipmentModel = it.EquipmentModel ?? "",
|
||||
BusinessType = it.BusinessType ?? ""
|
||||
})
|
||||
.ToPage(parm);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user