重复车架处理调试3

master
zcstatham 2 years ago
parent 5f75702e10
commit 83fc63af15
  1. 2
      extend/service/CarInfoHandle.php

@ -428,7 +428,7 @@ class CarInfoHandle
} catch (\Exception $e) {
$faild_num++;
Db::rollback();
Log::record($e->getMessage(), 'error');
Log::record('PG12138' . $e->getMessage(), 'error');
Log::record($e->getTraceAsString(), 'error');
exit();
}

Loading…
Cancel
Save