|
|
@@ -56,7 +56,7 @@ class ShopAdminService extends BaseService
|
|
|
util::fail('没有找到门店');
|
|
|
}
|
|
|
$sjName = $shop['merchantName'] ?? '';
|
|
|
- sms::freeSend($mobile . ',' . $sjName, '欢迎加入,您已经是' . $sjName . '的员工了');
|
|
|
+ sms::freeSend($mobile . ',' . $sjName, '欢迎加入{$var}大家庭');
|
|
|
$sjId = $shop['sjId'] ?? 0;
|
|
|
$shopAdmin = ShopAdminClass::getByCondition(['shopId' => $shopId, 'adminId' => $adminId], true);
|
|
|
if (!empty($shopAdmin)) {
|