From deb22b2c3205de1f3df8ba6a235e1388127649f4 Mon Sep 17 00:00:00 2001 From: zpc Date: Sun, 8 Feb 2026 19:50:55 +0800 Subject: [PATCH] 21 --- ZR.Service/Business/OdfPortsService.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ZR.Service/Business/OdfPortsService.cs b/ZR.Service/Business/OdfPortsService.cs index f46098d..f6aff5e 100644 --- a/ZR.Service/Business/OdfPortsService.cs +++ b/ZR.Service/Business/OdfPortsService.cs @@ -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);