This commit is contained in:
李狗蛋 2025-03-21 19:35:04 +08:00
parent 8e6ae37c39
commit 3cceb04a55

View File

@ -152,7 +152,6 @@ namespace Pilot.Report.Exploitation.ResultsKanbanSummary
strwhere.AppendFormat("AND [销售员] IN ({0})",string.Join(",",xsy.Select(n => ObjectUtils.Object2String(
n["F_Salesperson_FName"]))));
}
return strwhere.ToString();
}