移动系统liao
2024-05-20 24c7242181f02ff6bb5e98ebd42c734aea120c13
CoreCms.Net.Web.Admin/Controllers/OfflineDistributor/OfflineDistributorController.cs
@@ -150,6 +150,12 @@
            {
                where = where.And(p => p.School.Contains(School));
            }
           // 地推人员
         var pUserID = Request.Form["pUserID"].FirstOrDefault().ToInt32OrDefault(0);
            if (pUserID>0)
            {
                where = where.And(p => p.PUserID==pUserID);
            }
         //经销商名称 varchar
         var DealerName = Request.Form["DealerName"].FirstOrDefault();
            if (!string.IsNullOrEmpty(DealerName))
@@ -650,7 +656,7 @@
                        cellNumTemp++;
                    var rowTemp12 = rowTemp.CreateCell(cellNumTemp);
                        rowTemp12.SetCellValue(listModel[i].NegotiationRecord.ToString());
                        rowTemp12.SetCellValue(listModel[i].NegotiationRecord?.ToString());
                        rowTemp12.CellStyle = commonCellStyle;
                        cellNumTemp++;