车架重复处理调试4

master
zcstatham 2 years ago
parent e42f91729c
commit c61ccf4bb5
  1. 3
      extend/service/CarInfoHandle.php

@ -320,6 +320,7 @@ class CarInfoHandle
Db::startTrans();
try {
foreach ($sources as $index => $source) {
Log::record($index);
if (empty(trim($source['car_phone']))) {
Log::record($source['id']);
foreach ($sources as $source_data) {
@ -329,7 +330,9 @@ class CarInfoHandle
}
Log::record($source['id']);
RepeatFrameT::where('car_frame_no', $item->car_frame_no)->delete();
Log::record($source_data['id']);
$sources = [];
Log::record($source_data['id']);
break;
} else if ($source_a['car_phone'] == $source['car_phone']) {
if (trim($source_a['insurer1_date']) != trim($source['insurer1_date']) && (trim($source_a['insurer1_date']) == '' || $source_a['insurer1_date'] < $source['insurer1_date'])) {

Loading…
Cancel
Save