1.修复手动上传图片报错问题

This commit is contained in:
cuizhibin 2025-07-27 16:30:21 +08:00
parent 0f971f4689
commit 14b0b60562
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ public class ImageServiceImpl extends ServiceImpl<ImageMapper, ImageEntity> impl
private PartService partService;
@Autowired
private AudioFileInfoService audioFileInfoService;
@Autowired
private ProjectService projectService;
@Autowired
private UserService userService;