Browse Source

申请即通过

shish 5 years ago
parent
commit
4e30065879
1 changed files with 5 additions and 0 deletions
  1. 5 0
      biz-hd/saas/services/ApplyService.php

+ 5 - 0
biz-hd/saas/services/ApplyService.php

@@ -151,6 +151,11 @@ class ApplyService extends BaseService
             \biz\admin\classes\AdminClass::updateById($adminId, ['openShop' => 2]);
             \biz\admin\classes\AdminClass::updateById($adminId, ['openShop' => 2]);
         }
         }
 
 
+        $id = $respond['id'] ?? 0;
+        if (!empty($id)) {
+            ApplyService::pass($id);
+        }
+
         return $respond;
         return $respond;
     }
     }