|
|
@@ -640,6 +640,9 @@ U兰花坊15860453349
|
|
|
if (!empty($hasShop)) {
|
|
|
noticeUtil::push("花店 {$shopName} 手机号 {$mobile} 添加失败,手机号已经存在了", '15280215347');
|
|
|
$transaction->rollBack();
|
|
|
+ $hdShopId = $hasShop->id;
|
|
|
+ GhsClass::build($masterShopId, $hdShopId);
|
|
|
+ $transaction->commit();
|
|
|
continue;
|
|
|
}
|
|
|
$has = ApplyClass::getByCondition(['mobile' => $mobile]);
|