From 0635e4c36ebbc2498f69c73178999d8654a399f8 Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Mon, 5 Sep 2022 22:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E6=9E=B6=E9=87=8D=E5=A4=8D=E5=A4=84?= =?UTF-8?q?=E7=90=86=E8=B0=83=E8=AF=955?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/service/CarInfoHandle.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extend/service/CarInfoHandle.php b/extend/service/CarInfoHandle.php index e3c6776..3b4a551 100644 --- a/extend/service/CarInfoHandle.php +++ b/extend/service/CarInfoHandle.php @@ -320,17 +320,17 @@ class CarInfoHandle Db::startTrans(); try { foreach ($sources as $index => $source) { - Log::record($index); + echo $index.PHP_EOL; if (empty(trim($source['car_phone']))) { - Log::record($source['id']); + echo '开始循环'.PHP_EOL; foreach ($sources as $source_data) { - Log::record($source_data['id']); + echo '循环:'.$source_data['id'].PHP_EOL; $this->repeatDataHandle($source_data, $id, 'frame'); $delete_num ++; } - Log::record($source['id']); + echo '循环over'.PHP_EOL; RepeatFrameT::where('car_frame_no', $item->car_frame_no)->delete(); - Log::record($source_data['id']); + echo '循环over'.PHP_EOL; $sources = []; Log::record($source_data['id']); break;