@@ -2342,7 +2342,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
}
else
{
- sql += " and (F_WorkState in (2,4,8)" + sqlwhere ;
+ sql += " and F_WorkState in (2,4,8)" + sqlwhere ;
if (strworkid.Trim() != "" && strworkid != "undefined")