ordersMapper.updateById(updateObj);

This commit is contained in:
Owen 2025-02-11 21:36:35 +08:00
parent 0c4fc76368
commit 6e1da5f795
1 changed files with 1 additions and 0 deletions

View File

@ -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 {