Ver Código Fonte

模糊接单人查询

zhaozhiqiang 4 anos atrás
pai
commit
266dbaf533

+ 1 - 1
RMYY_CallCenter_Api/Controllers/WorepairController.cs

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