Browse Source

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

xiaoyu 3 năm trước cách đây
mục cha
commit
f7666f239e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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);
     }
 }