Commit dbd579a9 authored by hujun's avatar hujun

1

parent b68380ec
...@@ -72,11 +72,11 @@ class UploadFileService ...@@ -72,11 +72,11 @@ class UploadFileService
break; break;
case 'business_school' : case 'business_school' :
$path .= 'static/business_school/'; $path .= 'static/business_school/';
$internet_path = ''; $internet_path = 'static/business_school/';
break; break;
case 'business_school_file' : case 'business_school_file' :
$path .= 'static/business_school_file/'; $path .= 'static/business_school_file/';
$internet_path = ''; $internet_path = 'static/business_school_file/';
break; break;
default : default :
$data['code'] = 101; $data['code'] = 101;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment