更新数据调试

master
zcstatham 2 years ago
parent 8592db867d
commit 9e11fbb03d
  1. 1
      extend/service/CarInfoHandle.php

@ -463,6 +463,7 @@ class CarInfoHandle
if ($car_frame_no == '') {
continue;
}
$car_info = null;
if ($export_id)
$car_info = CarInfoT::where('car_frame_no', $car_frame_no)->where('is_export_bhx', $export_id)->find();
if (!$car_info)

Loading…
Cancel
Save