ソースを参照

Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount

xiaoyu 3 年 前
コミット
f7666f239e
1 ファイル変更2 行追加2 行削除
  1. 2 2
      test/TestCardInfo.php

+ 2 - 2
test/TestCardInfo.php

@@ -69,8 +69,8 @@ class TestCardInfo extends TestCase
             }
         };
 
-        $start_date = strtotime('2021-11-01');
-        $end_date = strtotime('2021-11-16');
+        $start_date = strtotime('2021-10-16');
+        $end_date = strtotime('2021-11-01');
         $import_days($start_date,$end_date);
     }
 }