移动系统liao
2024-05-21 7f8aa838ab463151b8b1a784c48d0034ca005b61
CoreCms.Net.Web.Admin/Controllers/blogger/bloggersInfoController.cs
@@ -34,6 +34,7 @@
using CoreCms.Net.Model.Entities.baifenbingfa.Promote;
using CoreCms.Net.IRepository.UnitOfWork;
using CoreCms.Net.Repository.UnitOfWork;
using Microsoft.CodeAnalysis.Rename;
namespace CoreCms.Net.Web.Admin.Controllers
{
@@ -172,8 +173,14 @@
            {
                where = where.And(p => p.mangerName.Contains(mangerName));
            }
         //建立时间 datetime
         var createTime = Request.Form["createTime"].FirstOrDefault();
            //运营经理 varchar
            var reMaker = Request.Form["reMaker"].FirstOrDefault();
            if (!string.IsNullOrEmpty(reMaker))
            {
                where = where.And(p => p.reMaker.Contains(reMaker));
            }
            //建立时间 datetime
            var createTime = Request.Form["createTime"].FirstOrDefault();
            if (!string.IsNullOrEmpty(createTime))
            {
                if (createTime.Contains("到"))