修改问题

v1.0
liuqing 10 months ago
parent a96d3bb9d9
commit fc4ddd643e
  1. 2
      app/common/model/Store.php

@ -45,7 +45,7 @@ class Store extends BaseModel
public static function detail(int $storeId)
{
try {
return self::withoutGlobalScope()
$list = self::withoutGlobalScope()
->with(['logoImage'])
->where('store_id', '=', $storeId)
->find();

Loading…
Cancel
Save