Explorar el Código

提交速卖通的客户like减速

lvhao hace 1 mes
padre
commit
4e99274d3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
             {