rabin 3 months ago
parent
commit
c716774942
1 changed files with 1 additions and 1 deletions
  1. 1 1
      table/file.php

+ 1 - 1
table/file.php

@@ -9,7 +9,7 @@ return array
         (
         (
             'type' => 'range',
             'type' => 'range',
             'field' => 'cdate', 
             'field' => 'cdate', 
-            'value' => 'date("Y-m")'
+            'value' => 'date("Y-m", strtotime("+1 month"))'
         ),
         ),
     ),
     ),
     # 数据结构
     # 数据结构