修改问题

v1.0
liuqing 11 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) public static function detail(int $storeId)
{ {
try { try {
return self::withoutGlobalScope() $list = self::withoutGlobalScope()
->with(['logoImage']) ->with(['logoImage'])
->where('store_id', '=', $storeId) ->where('store_id', '=', $storeId)
->find(); ->find();

Loading…
Cancel
Save