Fixiaobai
2023-08-10 c9c4976f4e1e553edc98e4171a1d1741bde542f5
inspection-server/src/main/java/com/yuanchu/limslaboratory/controller/ReportController.java
@@ -15,6 +15,7 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
import java.util.HashMap;
import java.util.Map;
@@ -34,7 +35,7 @@
    /**
     * 服务对象
     */
    @Autowired
    @Resource
    private ReportService reportService;
    @ApiOperation("查询检验报告")