heheng
2025-05-21 6d6f2f9fe9ee5e0d2b1b63bb7cde575f2a93876b
src/main/java/com/gkhy/labRiskManage/api/controller/riskReport/RiskAssessPlanController.java
@@ -215,7 +215,7 @@
        result.setCode(ResultCode.OK);
        result.setMsg("辨识成功");
        FactorQueryDTO identification = riskAccessAppService.identification(getCurrentUserId(), identificationReqBO);
        FactorQueryDTO identification = riskAccessAppService.identification(getCurrentUserId(),identificationReqBO);
        result.setData(identification);
        return result;