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

This commit is contained in:
panshuling321 2022-01-04 15:51:58 +08:00 committed by ZZ
parent b290b13c6f
commit 2b3d2921ec

View File

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