Compare commits

...

2 Commits

Author SHA1 Message Date
李超 6d80adcdc5 Merge branch 'master' of http://47.104.102.122:3000/gaofei/HJGL_DS 2025-10-16 18:45:24 +08:00
李超 ce2f565ee1 11 2025-10-16 18:45:10 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ namespace BLL.API
Model.ResponeData respone = new ResponeData(); Model.ResponeData respone = new ResponeData();
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString)) 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") if (!string.IsNullOrEmpty(date) && date != "null")
{ {
dateTime = DateTime.Parse(date); dateTime = DateTime.Parse(date);