Commit d079cb97 authored by 周健威's avatar 周健威

修改代码

parent 7b4e29fc
......@@ -39,7 +39,7 @@ public class BgGtdataController extends CommonBaseController {
@RequestParam("file") MultipartFile file,
@RequestParam(value = "prefix",defaultValue = "admin")String prefix
)throws Exception {
return uploads2(file, prefix);
return uploads(file, prefix);
}
@RequestMapping(value = "/app/unauth/upload", method = RequestMethod.POST)
......
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