Jonlin 6 年之前
父節點
當前提交
3082879c04
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      application/admin/controller/Iplimit.php

+ 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'] . '%'];
             }