Compare commits
No commits in common. "6d80adcdc59029d46244597a8e6944554a5434f4" and "0adb823a92247472dba7c59411ec6887f1eb48eb" have entirely different histories.
6d80adcdc5
...
0adb823a92
|
|
@ -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("1753-01-02");
|
DateTime dateTime =DateTime.Parse("1000-10-10");
|
||||||
if (!string.IsNullOrEmpty(date) && date != "null")
|
if (!string.IsNullOrEmpty(date) && date != "null")
|
||||||
{
|
{
|
||||||
dateTime = DateTime.Parse(date);
|
dateTime = DateTime.Parse(date);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue