diff --git a/app/view/index/index.html b/app/view/index/index.html index aefa376..656af34 100644 --- a/app/view/index/index.html +++ b/app/view/index/index.html @@ -1,26 +1,45 @@ -{extend name="public/layout" /} +{extend name="public/layout" /} {block name="header"} {/block} {block name="body"}
-
+
-

筛选

+

+ 筛选 +
+ + 重置条件 + +
+

-
- -
- -
-
@@ -30,66 +49,100 @@
-
+
-
+
+ +
+ +
+
+
-
+
-
+
-
+
-
+
+ +
+ +
+
+
-
+
-
- -
- +
+ +
+ +
+
+
+ +
+
-
+
-
+
-
-
+
-
+
-
- 月 - 日 +
+ +
-
-
- 月 - 日 +
+ +
@@ -102,29 +155,9 @@
-
- -
- - - -
-
-
- -
- - {if $repeat_frame_count > 0 } - - {/if} - {if $peer_phone_count > 0 } - - {/if} -
-
-
+
@@ -151,11 +184,6 @@ -
- - 重置条件 - -
@@ -186,6 +214,8 @@ {{# } }} {/block} diff --git a/app/view/public/layout.html b/app/view/public/layout.html index ed3dd69..02775a9 100644 --- a/app/view/public/layout.html +++ b/app/view/public/layout.html @@ -1,9 +1,14 @@ {include file="public/header" /} + {block name="header"}{/block} -
+
    diff --git a/extend/service/CarInfoHandle.php b/extend/service/CarInfoHandle.php index bbb8cb5..43797e6 100644 --- a/extend/service/CarInfoHandle.php +++ b/extend/service/CarInfoHandle.php @@ -493,7 +493,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]);