sunpengfei
2025-08-12 e1441e1a14841f322af3e1ca65490fb8b7993970
FlexJobApi.UserServer.Application/EnterpriseEmployees/Queries/EnterpriseEmployeeQueryHandler.cs
@@ -37,7 +37,7 @@
            {
                q = q.Where(it =>
                    it.Name.Contains(request.Keywords)
                    || it.PhoneNumber.Contains(request.Keywords)
                    || it.ContactPhoneNumber.Contains(request.Keywords)
                    || it.Identity.Contains(request.Keywords));
            }
            if (request.CreatedTimeStart.HasValue && request.CreatedTimeEnd.HasValue)