@@ -2535,6 +2535,7 @@ namespace CallCenterApi.Interface.Controllers.report
where1 = " and wo.F_Hcdatetime <= CONVERT(datetime, '" + etime + "', 20) and wo.F_Hcdatetime>=CONVERT(datetime,'" + stime + "',20)";
if (!string.IsNullOrEmpty(source))
{
+ where += "and F_InfoSource='" + source + "'";
where1 += "and F_InfoSource='" + source + "'";
}
//郑州转派件