漏洞扫描修改

This commit is contained in:
hjx
2025-12-13 15:04:36 +08:00
parent 61e52aa744
commit a18fd9d59b
7 changed files with 54 additions and 22 deletions
@@ -46,6 +46,7 @@ import lombok.extern.slf4j.Slf4j;
import minio.MinIoUploadService;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
@@ -97,9 +98,10 @@ public class MenuApplicationService {
private SpecialServiceFeign logisticsServiceFeign;
@Resource
private MenuUtils menuUtils;
@Autowired
@Autowired(required = false)
private MinIoUploadService minIoUploadService;
/**
* 查询菜单集合
*