zhoufan 8 lat temu
rodzic
commit
19d735046b

+ 0 - 4
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -717,10 +717,6 @@ namespace CallCenterApi.Interface.Controllers.workorder
717 717
                     }
718 718
                     break;
719 719
                 case "5"://已结案的工单
720
-                    if (strstate.Trim() != "" && strstate != "undefined")
721
-                    {
722
-                        sql += " and F_WorkState = '" + strstate.Trim() + "' ";
723
-                    }
724 720
                     sql += "  and F_WorkState =9 and F_IsDelete=0 and F_IsClosed=1 ";
725 721
                     if (userModel.F_RoleCode != "GLY")
726 722
                     {