更新对账单上传接口的日志描述
This commit is contained in:
parent
b290b13c6f
commit
2b3d2921ec
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user