|
|
@ -502,7 +502,10 @@ class Server |
|
|
|
if ($value['values']) { |
|
|
|
if ($value['values']) { |
|
|
|
$item = json_decode($value['values'], true); |
|
|
|
$item = json_decode($value['values'], true); |
|
|
|
if (!empty($item['app_id']) && $item['app_id'] == $appid) { |
|
|
|
if (!empty($item['app_id']) && $item['app_id'] == $appid) { |
|
|
|
return $value['store_id']; |
|
|
|
$store_id = Db::table('yoshop_store')->where(['store_id' => $value['store_id'], 'is_recycle' => 0])->value('store_id'); |
|
|
|
|
|
|
|
if ($store_id) { |
|
|
|
|
|
|
|
return $store_id; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|