@ -76,7 +76,7 @@ class SquirrelModel extends Orm_Base{
return $data;
}
public function getOneInfo($squirrel){
return $this->field('id,number,sex,birthday,father,mother,strains_id as strains,gene,hair_color,cage,remark')->where("id={$squirrel}")->fRow();
return $this->field('id,number,sex,birthday,father,mother,strains_id as strains,gene,hair_color,cage,remark,c_user_id')->where("id={$squirrel}")->fRow();
}
public function partent($cage){
$time = date('Y-m-d',time());
@ -107,11 +107,25 @@ class SquirrelModel extends Orm_Base{