zxhxx 3 年之前
父节点
当前提交
38df46064e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/models/store/StoreGp.php

+ 1 - 1
app/models/store/StoreGp.php

@@ -98,7 +98,7 @@ class StoreGp extends BaseModel
             return true;
         }catch (Exception $e)
         {
-            dump($e);
+            echo $e->getFile().'--'.$e->getLine().'--'.$e->getMessage();
             return false;
         }