heheng
yesterday 0070c4ca0013c53a17bc8d5cf19495f82e3c271d
expert-admin/src/main/java/com/gkhy/web/controller/common/CommonController.java
@@ -81,7 +81,7 @@
    @PostMapping("/upload")
    @ApiOperation(value = "通用上传请求(单个)")
    @Anonymous
    @RepeatSubmit
    @RepeatSubmit(interval = 2500, message = "有文件上传中,请上传完成再试")
    public AjaxResult uploadFile(MultipartFile file) throws Exception
    {
        try