From ce2f565ee1b95f1377a4ebce36186ba63898e30e Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Thu, 16 Oct 2025 18:45:10 +0800 Subject: [PATCH] 11 --- HJGL_DS/BLL/API/APIWeldServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HJGL_DS/BLL/API/APIWeldServices.cs b/HJGL_DS/BLL/API/APIWeldServices.cs index a346670..c5cbb9b 100644 --- a/HJGL_DS/BLL/API/APIWeldServices.cs +++ b/HJGL_DS/BLL/API/APIWeldServices.cs @@ -412,7 +412,7 @@ namespace BLL.API Model.ResponeData respone = new ResponeData(); using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString)) { - DateTime dateTime =DateTime.Parse("1000-10-10"); + DateTime dateTime =DateTime.Parse("1753-01-02"); if (!string.IsNullOrEmpty(date) && date != "null") { dateTime = DateTime.Parse(date);