|
|
@@ -70,7 +70,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
//状态
|
|
|
if (!string.IsNullOrEmpty(LeaderStatusSelect))
|
|
|
{
|
|
|
- DateTime time = DateTime.Now;
|
|
|
+ var time = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
|
|
|
if (LeaderStatusSelect == "0")
|
|
|
{
|
|
|
condition += " and ExpiredDate>'" + time + "'";
|