value
2024-05-06 3015dec07ec03ee07e48915eae059b9f8c1b8433
inspect-server/src/main/java/com/yuanchu/mom/controller/InsReportController.java
@@ -30,7 +30,7 @@
    @Value("${wordUrl}")
    private String wordUrl;
    @ValueClassify("报告编制")
    @ValueAuth
    @ApiOperation(value = "查询检验报告数据")
    @PostMapping("/pageInsReport")
    public Result pageInsReport(@RequestBody Map<String, Object> data) throws Exception {