小程序接口修改
This commit is contained in:
@@ -355,7 +355,7 @@ namespace BLL
|
||||
}
|
||||
if (states == "0")
|
||||
{
|
||||
getViews = getViews.Where(x => x.IsUsed == 0 && !x.AuditorDate.HasValue);
|
||||
getViews = getViews.Where(x => x.IsUsed == 2 && !x.AuditorDate.HasValue);
|
||||
}
|
||||
else if (states == "1")
|
||||
{
|
||||
@@ -583,7 +583,7 @@ namespace BLL
|
||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||
{
|
||||
DateTime inDateTime=DateTime.Now;
|
||||
if (!string.IsNullOrEmpty(InTime))
|
||||
if (!string.IsNullOrEmpty(InTime)&&!"null".Equals(InTime))
|
||||
{
|
||||
inDateTime = DateTime.Parse(InTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user