|
|
$shopExt = ShopExtClass::getByCondition(['shopId' => $currentShopId], true);
|
|
$shopExt = ShopExtClass::getByCondition(['shopId' => $currentShopId], true);
|
|
|
$shopAdmin = ShopAdminClass::getByCondition(['shopId' => $currentShopId, 'adminId' => $adminId, 'delStatus' => 0], true);
|
|
$shopAdmin = ShopAdminClass::getByCondition(['shopId' => $currentShopId, 'adminId' => $adminId, 'delStatus' => 0], true);
|