|
|
@@ -2,7 +2,6 @@
|
|
|
|
|
|
namespace biz\sj\services;
|
|
|
|
|
|
-use biz\shop\classes\ShopExtClass;
|
|
|
use biz\sj\classes\SjClass;
|
|
|
use biz\wx\classes\WxMessageClass;
|
|
|
use bizGhs\custom\services\CustomService;
|
|
|
@@ -173,10 +172,7 @@ class MerchantService extends BaseService
|
|
|
];
|
|
|
$shopRespond = \biz\shop\classes\ShopClass::addShop($shopData);
|
|
|
$shopId = $shopRespond->id;
|
|
|
- $extData = [
|
|
|
- 'shopId' => $shopId,
|
|
|
- ];
|
|
|
- ShopExtClass::add($extData);
|
|
|
+
|
|
|
|
|
|
//供应商添加客户时暂时先不初始化
|
|
|
if (isset($applyData['replace']) == false || $applyData['replace'] != 1) {
|