车架重复处理调试7

master
zcstatham 2 years ago
parent 257f40da23
commit 4d47e3eb1c
  1. 2
      extend/service/CarInfoHandle.php

@ -309,7 +309,7 @@ class CarInfoHandle
$source['car_phone'] = trim($source['car_phone']); $source['car_phone'] = trim($source['car_phone']);
if (preg_match('/^1[3-9][0-9]{9}/', $source['car_phone'])) { if (preg_match('/^1[3-9][0-9]{9}/', $source['car_phone'])) {
$source_a = $source; $source_a = $source;
array_splice($sources, $index, 1); unset($sources[$index]);
break; break;
} }
} }

Loading…
Cancel
Save