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