From 3bafca2403ce05f6173c443bca8785369af9b136 Mon Sep 17 00:00:00 2001 From: weiz Date: Thu, 30 Nov 2023 14:46:22 +0800 Subject: [PATCH] update --- app/api/controller/LandController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/controller/LandController.php b/app/api/controller/LandController.php index 74bb1f5c..a78dd4a0 100644 --- a/app/api/controller/LandController.php +++ b/app/api/controller/LandController.php @@ -167,7 +167,6 @@ ]); Device::where('id','in',$productDevice)->update([ 'user_id' => $land['user_id'], - 'is_bind' => 2, 'update_time' => time() ]); }); -- 2.40.1