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