Procházet zdrojové kódy

提交速卖通的客户like减速

lvhao před 1 měsícem
rodič
revize
4e99274d3f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      core/CoreApp/controllers/Customersmt.php

+ 1 - 1
core/CoreApp/controllers/Customersmt.php

@@ -106,7 +106,7 @@ class Customersmt extends Start_Controller {
             }
 			if($fullname)
             {
-                $where  .= " and fullname = '$fullname'";
+                $where  .= " and fullname like '%$fullname%'";
             }
 			if($userid)
             {