|
|
@@ -3,19 +3,11 @@
|
|
|
namespace ghs\controllers;
|
|
|
|
|
|
use biz\sj\classes\SjClass;
|
|
|
-use bizHd\saas\classes\ApplyExtendClass;
|
|
|
-use biz\sj\classes\MerchantClass;
|
|
|
-use bizGhs\shop\services\ShopAdminService;
|
|
|
use bizHd\saas\services\ApplyService;
|
|
|
-use bizHd\wx\services\WxBaseService;
|
|
|
-use bizHd\wx\services\WxOpenService;
|
|
|
-use common\components\stringUtil;
|
|
|
use Yii;
|
|
|
use common\components\util;
|
|
|
-use bizHd\admin\services\AdminService;
|
|
|
use bizHd\saas\classes\ApplyClass;
|
|
|
use bizHd\saas\services\RegionService;
|
|
|
-use yii\web\Controller;
|
|
|
|
|
|
class ApplyController extends BaseController
|
|
|
{
|
|
|
@@ -43,7 +35,7 @@ class ApplyController extends BaseController
|
|
|
$post['adminId'] = $this->adminId;
|
|
|
$admin = $this->admin;
|
|
|
if (isset($admin['currentShopId']) && !empty($admin['currentShopId'])) {
|
|
|
- util::fail('您已经是门店员工');
|
|
|
+ //util::fail('您已经是门店员工');
|
|
|
}
|
|
|
$post['adminName'] = $admin['name'] ?? '';
|
|
|
$post['long'] = isset($post['longitude']) ? $post['longitude'] : '';
|