ordersMapper.updateById(updateObj);
This commit is contained in:
parent
0c4fc76368
commit
6e1da5f795
|
@ -37,6 +37,7 @@ public class FileController {
|
|||
@Resource
|
||||
private FileService fileService;
|
||||
|
||||
@PermitAll
|
||||
@PostMapping("/upload")
|
||||
@Operation(summary = "上传文件", description = "模式一:后端上传文件")
|
||||
public CommonResult<String> uploadFile(FileUploadReqVO uploadReqVO) throws Exception {
|
||||
|
|
Loading…
Reference in New Issue