rabin %!s(int64=3) %!d(string=hai) anos
pai
achega
ccf7c03e64
Modificáronse 1 ficheiros con 8 adicións e 4 borrados
  1. 8 4
      service/mail/database/area_stat.php

+ 8 - 4
service/mail/database/area_stat.php

@@ -19,11 +19,15 @@ $type = array
     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();