Browse Source

历史订单

shish 4 năm trước cách đây
mục cha
commit
1e20b8bf49

+ 1 - 1
app-ghs/controllers/RefundController.php

@@ -59,7 +59,7 @@ class RefundController extends BaseController
             if ((strtotime($addTime) + 3 * 30 * 24 * 60 * 60) < $current) {
             if ((strtotime($addTime) + 3 * 30 * 24 * 60 * 60) < $current) {
                 util::fail('历史订单,不能再发起退款');
                 util::fail('历史订单,不能再发起退款');
             }
             }
-            if (strtotime($addTime) <= strtotime('2022-04-01 00:00:00')) {
+            if (strtotime($addTime) <= strtotime('2022-03-30 00:00:00')) {
                 util::fail('历史订单,不能发起退款哦');
                 util::fail('历史订单,不能发起退款哦');
             }
             }