Sfoglia il codice sorgente

模糊接单人查询

zhaozhiqiang 4 anni fa
parent
commit
266dbaf533
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      RMYY_CallCenter_Api/Controllers/WorepairController.cs

+ 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
             {