This commit is contained in:
chenbo 2024-01-31 18:34:13 +08:00
parent ae1a9bf9b2
commit 5edd29ed81
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class IndexController extends BaseApiController
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'])
->page($pageNo, $pageSize)
->select()->each(function($item){