追加修改

This commit is contained in:
李鹏飞 2026-01-28 15:22:09 +08:00
parent 403ae1921b
commit 1c8f33186f
2 changed files with 2 additions and 10 deletions

View File

@ -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))
{

View File

@ -10,11 +10,7 @@ namespace Model
/// 人员出入记录入参
/// </summary>
public class PersonInOutRecordInput
{
/// <summary>
/// 项目名称
/// </summary>
public string ProjectName { get; set; }
{
/// <summary>
/// 项目代号
/// </summary>