Compare commits
2 Commits
0adb823a92
...
6d80adcdc5
| Author | SHA1 | Date |
|---|---|---|
|
|
6d80adcdc5 | |
|
|
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