Compare commits

..

2 Commits

Author SHA1 Message Date
李狗蛋
0cf24f34c1 Merge branch 'master' of http://8.130.121.29:3000/TianHua/Piolot_RepotForm 2025-03-21 19:35:18 +08:00
李狗蛋
3cceb04a55 1 2025-03-21 19:35:04 +08:00

View File

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