更新对账单上传接口的日志描述

This commit is contained in:
panshuling321 2022-01-04 15:51:58 +08:00
parent d4e8fef039
commit e85ff50716

View File

@ -29,7 +29,7 @@ public class CommonController extends BaseController {
return AjaxResult.success(commonService.ossUpload(domain));
}
@Log(title = "上传对账单(OSS方式)", businessType = BusinessType.INSERT)
@Log(title = "上传对账单(文件方式)", businessType = BusinessType.INSERT)
@PostMapping("/file/upload")
public AjaxResult fileUpload(MultipartFile file, int type) throws Exception {
if (file ==null || type < 1){