Kirin 3 年之前
父节点
当前提交
5e44727f00
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
     }