diff --git a/app/view/index/index.html b/app/view/index/index.html index 305d020..aac3ac1 100644 --- a/app/view/index/index.html +++ b/app/view/index/index.html @@ -95,12 +95,13 @@
- +
-
-
+
万 -
- +
+
diff --git a/extend/service/CarInfoHandle.php b/extend/service/CarInfoHandle.php index 7de4ec1..2439ee8 100644 --- a/extend/service/CarInfoHandle.php +++ b/extend/service/CarInfoHandle.php @@ -486,7 +486,7 @@ class CarInfoHandle if ($is_update_failed > 0) { CarInfoT::where('is_export_failed', $is_update_failed) ->update(['is_export_failed' => 0, 'is_update_bhx' => Db::raw('is_update_bhx - 1')]); - } else if ($car_info && $car_info->is_update_bhx <= 0) { + } else { CarInfoT::where('is_update_bhx', 0) ->where('is_export_bhx', $car_info->is_export_bhx) ->update(['is_update_bhx' => -1]);