rabin 3 주 전
부모
커밋
2f0feccb77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Lib/Import/Core.php

+ 1 - 1
app/Lib/Import/Core.php

@@ -41,7 +41,7 @@ class Core
     # 更新数据
     public function up($table, $id, $data)
     {
-        $db = Dever::db('area/ ' .$table);
+        $db = Dever::db('area/' .$table);
         $info = $db->find($id);
         if (!$info) {
             $db->insert($data);