zhaozhiqiang лет назад: 3
Родитель
Сommit
7a2cab6374

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

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