刘桂岩 5 years ago
parent
commit
fb4338c6ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/inter/controller/Dcom.php

+ 1 - 1
application/inter/controller/Dcom.php

@@ -19,7 +19,7 @@ class Dcom extends Controller  //Base
                 $info = $file->move(ROOT_PATH . 'public' . DS . 'dcm');
                 if($info){
                     // 成功上传后 获取上传信息
-                    $path = 'public' . DS . 'uploads'.DS.$info->getSaveName();
+                    $path = 'public' . DS . 'dcm'.DS.$info->getSaveName();
                     $info = DicomPaser::paser(ROOT_PATH . $path);
                     foreach($info as  $k=>$v){
                         $info[$k] = trim($v);