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