Commit 3c9270c0 authored by zhuwei's avatar zhuwei

1

parent a9dea079
...@@ -113,6 +113,10 @@ class UploadFileService ...@@ -113,6 +113,10 @@ class UploadFileService
$path .= 'static/excel/'; $path .= 'static/excel/';
$internet_path = ''; $internet_path = '';
break; break;
case 'amercement_img' :
$path .= 'static/amercement_img/';
$internet_path = '';
break;
default : default :
$data['code'] = 101; $data['code'] = 101;
$data['msg'] = "上传图片类型错误"; $data['msg'] = "上传图片类型错误";
......
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