songxingwei 2 年之前
父节点
当前提交
422d12946f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/common.php

+ 1 - 1
application/common.php

@@ -138,7 +138,7 @@ function debug($str,$name='debug'){
 function monthpast(){
     $str = array();
     for ($i=0;$i<12;$i++){
-        $str[$i] = date('Y-m',strtotime('+'.$i.'month',date('2022-09')));
+        $str[$i] = date('Y-m',strtotime('+'.$i.'month',strtotime(date('2022-09'))));
     }
     return $str;
 }