|
@@ -19,11 +19,15 @@ $type = array
|
|
3 => '街道',
|
|
3 => '街道',
|
|
);
|
|
);
|
|
|
|
|
|
-$desc = '';
|
|
|
|
-$month = Dever::input('search_option_month', date('Y-m'));
|
|
|
|
-if ($month) {
|
|
|
|
- Dever::setInput('search_option_month', $month);
|
|
|
|
|
|
+$table = Dever::input('table');
|
|
|
|
+if ($table == 'area_stat') {
|
|
|
|
+ $month = Dever::input('search_option_month', date('Y-m'));
|
|
|
|
+ if ($month) {
|
|
|
|
+ Dever::setInput('search_option_month', $month);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+$desc = '';
|
|
|
|
+
|
|
|
|
|
|
$button = array();
|
|
$button = array();
|
|
|
|
|