|
@@ -170,7 +170,8 @@ class Database
|
|
|
}
|
|
|
$param = '';
|
|
|
$array = array('project', 'search', 'add', 'list', 'update', 'edit');
|
|
|
- if (in_array($key, $array) && !strstr($table, 'oper_')) {
|
|
|
+ //if (in_array($key, $array) && !strstr($table, 'oper_')) {
|
|
|
+ if (!strstr($table, 'oper_')) {
|
|
|
$where = Dever::preInput('search_', $input);
|
|
|
if ($where) {
|
|
|
if (isset($where['where_id'])) {
|