|
|
@@ -23,6 +23,7 @@ class SjService extends BaseService
|
|
|
public static function initHdBaseInfo($applyData, $main, $applyThis = false)
|
|
|
{
|
|
|
$applyId = $applyData['id'] ?? 0;
|
|
|
+ $adminId = $applyData['adminId'] ?? 0;
|
|
|
$mainId = $main->id ?? 0;
|
|
|
unset($applyData['id']);
|
|
|
$ptStyle = dict::getDict('ptStyle', 'hd');
|
|
|
@@ -106,6 +107,7 @@ class SjService extends BaseService
|
|
|
'merchantName' => $sjName,
|
|
|
'telephone' => $mobile,
|
|
|
'default' => 1,
|
|
|
+ 'adminId' => $adminId,
|
|
|
'mainId' => $mainId,
|
|
|
'parentId' => $applyData['introSjId'] ?? 0,
|
|
|
'parentShopId' => $applyData['introShopId'] ?? 0,
|