field($field)->where($condition)->page($pagesize,$total)->order($order)->limit($limit)->master($master)->select(); if (empty($list)) return []; return $list; } public function ExceptionHandled($exc_id, $update) { $update['exc_state'] = 1; return $this->where(['exc_id' => $exc_id])->update($update); } }