Commit d73a4148 authored by 李腾威's avatar 李腾威

bug 2821

parent fa47b47d
......@@ -89,7 +89,7 @@ public class ExcelController extends BaseController {
return ResponseHelper.buildResponse(null);
} catch (RuntimeException e) {
e.printStackTrace();
throw new BadRequest("文件格式不正确或excel 模板不匹配"); //
throw new BadRequest("文件格式不正确或excel 模板不匹配"); // BUG 2821 by litw 2021年9月16日
}catch (Exception e){
throw new RuntimeException("系统异常!");
}
......
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