Jonlin 6 жил өмнө
parent
commit
3082879c04

+ 0 - 1
application/admin/controller/Iplimit.php

@@ -12,7 +12,6 @@ class Iplimit extends Base
             $offset = (($param['pageNumber'] - 1) * $limit);
             $where['object'] = $param['type'];
             if (strlen($param['searchText'])) {
-                $where['ip'] =
                 $where['ip'] = ['like', '%' . $param['searchText'] . '%'];
             }