Commit dbd579a9 authored by hujun's avatar hujun

1

parent b68380ec
......@@ -72,11 +72,11 @@ class UploadFileService
break;
case 'business_school' :
$path .= 'static/business_school/';
$internet_path = '';
$internet_path = 'static/business_school/';
break;
case 'business_school_file' :
$path .= 'static/business_school_file/';
$internet_path = '';
$internet_path = 'static/business_school_file/';
break;
default :
$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