From 9a033cc73b3e784298c8f1e6c6b92743f5080469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=81=20=E4=BB=BB?= Date: Wed, 17 Dec 2025 17:14:45 +0800 Subject: [PATCH] xiugai --- OpenAuth.App/ServiceApp/DroneSsnydManage/DroneSsnyApp.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAuth.App/ServiceApp/DroneSsnydManage/DroneSsnyApp.cs b/OpenAuth.App/ServiceApp/DroneSsnydManage/DroneSsnyApp.cs index 486e248..b0655b0 100644 --- a/OpenAuth.App/ServiceApp/DroneSsnydManage/DroneSsnyApp.cs +++ b/OpenAuth.App/ServiceApp/DroneSsnydManage/DroneSsnyApp.cs @@ -458,7 +458,7 @@ namespace OpenAuth.App.ServiceApp.DroneSsnydManage dataRow.Cells[5].SetCellValue(item.lianxifangshi); dataRow.Cells[6].SetCellValue(item.xingzhengquhua); dataRow.Cells[7].SetCellValue(item.beian_no); - dataRow.Cells[8].SetCellValue(item.beianriqi); + dataRow.Cells[8].SetCellValue(item.beianriqi.ToString()); dataRow.Cells[9].SetCellValue(item.handle_status_name); if (item.start_time != null) { @@ -755,7 +755,7 @@ namespace OpenAuth.App.ServiceApp.DroneSsnydManage dataRow.Cells[5].SetCellValue(item.lianxifangshi); dataRow.Cells[6].SetCellValue(item.xingzhengquhua); dataRow.Cells[7].SetCellValue(item.beian_no); - dataRow.Cells[8].SetCellValue(item.beianriqi); + dataRow.Cells[8].SetCellValue(item.beianriqi.ToString()); dataRow.Cells[9].SetCellValue(item.handle_status_name); if (item.start_time != null) {