Browse Source

报表增加来源搜索

zhaozhiqiang 3 years ago
parent
commit
7a2cab6374

+ 1 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/report/WorkOrderReportController.cs

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