追加修改
This commit is contained in:
@@ -1136,11 +1136,7 @@ namespace BLL
|
||||
// 添加过滤条件
|
||||
if (filter != null)
|
||||
{
|
||||
// 项目名称过滤(模糊查询)
|
||||
if (!string.IsNullOrEmpty(filter.ProjectName))
|
||||
{
|
||||
query = query.Where(x => x.ProjectName.Contains(filter.ProjectName));
|
||||
}
|
||||
|
||||
// 单位名称过滤(模糊查询)
|
||||
if (!string.IsNullOrEmpty(filter.UnitName))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user