From a8e5a4ef59fe80224b5a5ba5006bb63812077847 Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Mon, 29 Aug 2022 21:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E6=9E=B6=E5=8E=BB=E9=87=8D=E5=AF=B9?= =?UTF-8?q?=E6=AF=94=E5=AD=97=E6=AE=B5=E5=A2=9E=E5=8A=A0=E5=88=9D=E7=99=BB?= =?UTF-8?q?=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/service/CarInfoHandle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/service/CarInfoHandle.php b/extend/service/CarInfoHandle.php index b7d68dd..8a0a7d0 100644 --- a/extend/service/CarInfoHandle.php +++ b/extend/service/CarInfoHandle.php @@ -345,7 +345,7 @@ class CarInfoHandle $sources = []; break; } else if ($source_a['car_phone'] == $source['car_phone']) { - foreach (['car_no', 'engine_no', 'insurer1_date'] as $key) { + foreach (['car_no', 'engine_no', 'register_date', 'insurer1_date'] as $key) { if ($source_a[$key] != $source[$key]) { if (trim($source_a[$key]) == '') { list($source_a, $source) = [$source, $source_a];