Compare commits
2 Commits
9517766e46
...
483f416e9f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
483f416e9f | ||
|
|
851afecea7 |
@ -781,6 +781,10 @@ namespace APT.SC.WebApi.Controllers.Api.BI
|
|||||||
dtSecrch = Convert.ToDateTime(DateTime.Now.ToString("yyyy-MM-01 00:00:00"));
|
dtSecrch = Convert.ToDateTime(DateTime.Now.ToString("yyyy-MM-01 00:00:00"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
dtSecrch = Convert.ToDateTime(DateTime.Now.ToString("yyyy-MM-01 00:00:00"));
|
||||||
|
}
|
||||||
//if (!string.IsNullOrEmpty(filter.Parameter3))
|
//if (!string.IsNullOrEmpty(filter.Parameter3))
|
||||||
//{
|
//{
|
||||||
// try
|
// try
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user