This commit is contained in:
parent
f4767c7713
commit
ce2f565ee1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue