追加修改
This commit is contained in:
@@ -1136,11 +1136,7 @@ namespace BLL
|
|||||||
// 添加过滤条件
|
// 添加过滤条件
|
||||||
if (filter != null)
|
if (filter != null)
|
||||||
{
|
{
|
||||||
// 项目名称过滤(模糊查询)
|
|
||||||
if (!string.IsNullOrEmpty(filter.ProjectName))
|
|
||||||
{
|
|
||||||
query = query.Where(x => x.ProjectName.Contains(filter.ProjectName));
|
|
||||||
}
|
|
||||||
// 单位名称过滤(模糊查询)
|
// 单位名称过滤(模糊查询)
|
||||||
if (!string.IsNullOrEmpty(filter.UnitName))
|
if (!string.IsNullOrEmpty(filter.UnitName))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,11 +10,7 @@ namespace Model
|
|||||||
/// 人员出入记录入参
|
/// 人员出入记录入参
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class PersonInOutRecordInput
|
public class PersonInOutRecordInput
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
/// 项目名称
|
|
||||||
/// </summary>
|
|
||||||
public string ProjectName { get; set; }
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 项目代号
|
/// 项目代号
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user