From 6d6f2f9fe9ee5e0d2b1b63bb7cde575f2a93876b Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期三, 21 五月 2025 16:14:52 +0800 Subject: [PATCH] 变动大幅度版本 --- src/main/java/com/gkhy/labRiskManage/api/controller/riskReport/RiskAssessPlanController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/gkhy/labRiskManage/api/controller/riskReport/RiskAssessPlanController.java b/src/main/java/com/gkhy/labRiskManage/api/controller/riskReport/RiskAssessPlanController.java index 2473586..ef1c809 100644 --- a/src/main/java/com/gkhy/labRiskManage/api/controller/riskReport/RiskAssessPlanController.java +++ b/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; -- Gitblit v1.9.2