|
|
@@ -175,7 +175,7 @@ class StoreService extends BaseService
|
|
|
$storeId = isset($store['id'])? $store['id'] : 0;
|
|
|
$storeStatus = isset($store['status'])? $store['status'] : 0;
|
|
|
$storeMark = isset($store['mark'])? $store['mark'] : 0;
|
|
|
- if(empty($userInfo)){
|
|
|
+ if($userId && empty($userInfo)){
|
|
|
$this->error = '用户账户不存在';
|
|
|
return 0;
|
|
|
}
|