shish 2 年 前
コミット
28e5b84a08
1 ファイル変更1 行追加1 行削除
  1. 1 1
      biz-ghs/merchant/services/MerchantService.php

+ 1 - 1
biz-ghs/merchant/services/MerchantService.php

@@ -53,7 +53,7 @@ class MerchantService extends BaseService
         $applyData['address'] = $applyData['address'] ?? '';
         $applyData['address'] = $applyData['address'] ?? '';
         $applyData['agentLevel'] = 1;
         $applyData['agentLevel'] = 1;
         $applyData['parentId'] = $applyData['introSjId'] ?? 0;
         $applyData['parentId'] = $applyData['introSjId'] ?? 0;
-        $deadline = time() + 425 * 86400;
+        $deadline = time() + 395 * 86400;
         $applyData['deadline'] = date("Y-m-d H:i:s", $deadline);
         $applyData['deadline'] = date("Y-m-d H:i:s", $deadline);
         $applyData['parentId'] = $applyData['introSjId'] ?? 0;
         $applyData['parentId'] = $applyData['introSjId'] ?? 0;
         $applyData['parentShopId'] = $applyData['introShopId'] ?? 0;
         $applyData['parentShopId'] = $applyData['introShopId'] ?? 0;