shish 4 bulan lalu
induk
melakukan
f270f56d6d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      console/controllers/GhsOrderController.php

+ 1 - 1
console/controllers/GhsOrderController.php

@@ -58,7 +58,7 @@ class GhsOrderController extends Controller
     // 脚本二:历史补偿,处理付款超过 10 天未完结订单
     public function actionAutoFinishHistory()
     {
-        $maxPayTime = date('Y-m-d H:i:s', strtotime('-1 day'));
+        $maxPayTime = date('Y-m-d H:i:s', strtotime('-10 day'));
         $extraCondition = [
             'payStatus' => 1,
             'status' => ['in', [2, 3]],