追加修改
This commit is contained in:
parent
403ae1921b
commit
1c8f33186f
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,11 +10,7 @@ namespace Model
|
|||
/// 人员出入记录入参
|
||||
/// </summary>
|
||||
public class PersonInOutRecordInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 项目名称
|
||||
/// </summary>
|
||||
public string ProjectName { get; set; }
|
||||
{
|
||||
/// <summary>
|
||||
/// 项目代号
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue