update
This commit is contained in:
parent
ae1a9bf9b2
commit
5edd29ed81
|
@ -133,7 +133,7 @@ class IndexController extends BaseApiController
|
||||||
return $this->fail('档案信息错误');
|
return $this->fail('档案信息错误');
|
||||||
}
|
}
|
||||||
|
|
||||||
//获取操作
|
//获取suyaun
|
||||||
$action = AnimalOperateAction::field('type,type_text,detail,create_time')->where('fence_house_id',$animalInfo['fence_house_id'])->whereOr('animal_info_id', $animalInfo['id'])
|
$action = AnimalOperateAction::field('type,type_text,detail,create_time')->where('fence_house_id',$animalInfo['fence_house_id'])->whereOr('animal_info_id', $animalInfo['id'])
|
||||||
->page($pageNo, $pageSize)
|
->page($pageNo, $pageSize)
|
||||||
->select()->each(function($item){
|
->select()->each(function($item){
|
||||||
|
|
Loading…
Reference in New Issue