From 5edd29ed81a42d9c4ad38f58f47b9422c207f876 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Wed, 31 Jan 2024 18:34:13 +0800 Subject: [PATCH] update --- app/api/controller/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/IndexController.php b/app/api/controller/IndexController.php index ef3a63b..3be3dfc 100644 --- a/app/api/controller/IndexController.php +++ b/app/api/controller/IndexController.php @@ -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){