Kirin 3 năm trước cách đây
mục cha
commit
5e44727f00
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/models/system/SystemStoreApply.php

+ 1 - 1
app/models/system/SystemStoreApply.php

@@ -96,7 +96,7 @@ class SystemStoreApply extends BaseModel
     public static function getDetail($id)
     {
 
-        $storeInfo = self::verificWhere()->where('id', $id)->find();
+        $storeInfo = self::where('id', $id)->find();
         $storeInfo['address'] = $storeInfo['address'] ? explode(',', $storeInfo['address']) : [];
         return $storeInfo;
     }