shish 1 year ago
parent
commit
8279e11585
1 changed files with 6 additions and 0 deletions
  1. 6 0
      app-hd/controllers/CgRefundController.php

+ 6 - 0
app-hd/controllers/CgRefundController.php

@@ -94,6 +94,12 @@ class CgRefundController extends BaseController
             //昆明批发商售后时间调整为3天
             $changeTime = bcmul(3, 86400);
         }
+
+        if($ghsShopId == 26578){
+            //九江云朵24小时内可以自主售后
+            $changeTime = bcmul(1, 86400);
+        }
+
         $newTime = bcadd($currentTime, $changeTime);
         if ($now > $newTime) {
             util::fail('超时订单,不能自行申请售后');