heheng
2025-05-21 a05869a12d95375df2333459c8fa4079de7e5953
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;