@@ -750,7 +750,7 @@ namespace RMYY_CallCenter_Api.Controllers
}
if (!string.IsNullOrWhiteSpace(tousercode))
{
- where += " and T_Wotousercode like '%" + tousercode + "'%";
+ where += " and T_Wotousercode like %'" + tousercode + "'%";
if (!string.IsNullOrEmpty(stime)&& !string.IsNullOrEmpty(etime))