CoreCms.Net.Web.Admin/Controllers/Distribution/CoreCmsDistributionOrderController.cs
@@ -1,7 +1,7 @@ /*********************************************************************** * Project: CoreCms * Project: baifenBinfa * ProjectName: 百分兵法管理系统 * Web: hhtp://chuanyin.com * Web: http://chuanyin.com * Author: * Email: * CreateTime: 202403/02 @@ -130,7 +130,7 @@ { where = where.And(p => p.buyUserNickName.Contains(buyUserNickName)); } //分销用户昵称 nvarchar //经销用户昵称 nvarchar var distributorName = Request.Form["distributorName"].FirstOrDefault(); if (!string.IsNullOrEmpty(distributorName)) {