|
|
@ -16,6 +16,8 @@ class CageSetModel extends Orm_Base{ |
|
|
|
public $pk = 'id'; |
|
|
|
public $pk = 'id'; |
|
|
|
public function getsetinfo($params){ |
|
|
|
public function getsetinfo($params){ |
|
|
|
$data = $this->field('*')->where('c_user_id='.$params['user_id'])->fRow(); |
|
|
|
$data = $this->field('*')->where('c_user_id='.$params['user_id'])->fRow(); |
|
|
|
|
|
|
|
$data['timeout_split_remind'] = (bool)$data['timeout_split_remind']; |
|
|
|
|
|
|
|
$data['overload_remind'] = (bool)$data['overload_remind']; |
|
|
|
return $data; |
|
|
|
return $data; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|