Explorar el Código

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

xiaoyu hace 3 años
padre
commit
f7666f239e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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);
     }
 }