Просмотр исходного кода

提交速卖通的客户like减速

lvhao 1 месяц назад
Родитель
Сommit
4e99274d3f
1 измененных файлов с 1 добавлено и 1 удалено
  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)
 			if($fullname)
             {
             {
-                $where  .= " and fullname = '$fullname'";
+                $where  .= " and fullname like '%$fullname%'";
             }
             }
 			if($userid)
 			if($userid)
             {
             {