@@ -737,7 +737,7 @@ namespace RMYY_CallCenter_Api.Controllers
{
where += " and T_Worepairdeptid =" + T_Worepairdeptid;
}
- if (state<=0)
+ if (state>=0)
where += " and T_Wowocodestate =" + state;