shish 1 anno fa
parent
commit
995bf3f1b2
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      app-hd/controllers/CgRefundController.php

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

@@ -99,6 +99,10 @@ class CgRefundController extends BaseController
             //九江云朵48小时内可以自主售后
             $changeTime = bcmul(2, 86400);
         }
+        if($ghsShopId == 7831){
+            //勇记48小时内可以自主售后
+            $changeTime = bcmul(2, 86400);
+        }
         if($ghsShopId == 21486){
             //联玉24小时内可以自主售后
             $changeTime = bcmul(1, 86400);