提交代码
This commit is contained in:
parent
a1246056bf
commit
7ff81f2d81
|
@ -1023,7 +1023,7 @@ namespace BLL
|
||||||
}
|
}
|
||||||
if (!string.IsNullOrEmpty(CompileDate))
|
if (!string.IsNullOrEmpty(CompileDate))
|
||||||
{
|
{
|
||||||
getInfoList = getInfoList.Where(x => x.CompileDate == CompileDate).ToList();
|
getInfoList = getInfoList.Where(x => x.CompileDate.Contains(CompileDate)).ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
return getInfoList;
|
return getInfoList;
|
||||||
|
|
Loading…
Reference in New Issue