浏览代码

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

haru haru 2 年之前
父节点
当前提交
145caf2362
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/TestRefillClearYL.php

+ 1 - 1
test/TestRefillClearYL.php

@@ -34,7 +34,7 @@ class TestRefillClearYL extends TestCase
     public function testPdlogClear()
     {
         $start_date = strtotime('2022-04-10');
-        $end_date   = strtotime('2022-05-01');
+        $end_date   = strtotime('2022-04-27');
 
         $clear = new refill\pdlog_clear();
         $clear->clear($start_date,$end_date);