|
|
@@ -86,7 +86,7 @@ class ShopAdminClass extends BaseClass
|
|
|
//取超管信息 ssh 2021.1.8
|
|
|
public static function getSuper($shopId)
|
|
|
{
|
|
|
- $relate = self::getByCondition(['shopId' => $shopId, 'super' => 1]);
|
|
|
+ $relate = self::getByCondition(['shopId' => $shopId, 'founder' => 2]);
|
|
|
$adminId = isset($relate['adminId']) ? $relate['adminId'] : 0;
|
|
|
$info = [];
|
|
|
if (!empty($adminId)) {
|