From 56c84cd7fb04407536eb0135162313029828a81f Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期一, 11 十二月 2023 10:14:41 +0800
Subject: [PATCH] 暂时提交

---
 src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportRiskAnaUnitServiceImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportRiskAnaUnitServiceImpl.java b/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportRiskAnaUnitServiceImpl.java
index 8c9c955..f5aef0d 100644
--- a/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportRiskAnaUnitServiceImpl.java
+++ b/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportRiskAnaUnitServiceImpl.java
@@ -53,7 +53,7 @@
      */
     @Override
     public void updateReportStatus(HandlerReportParam handlerReportParam) {
-        int result = preventCJReportRiskAnaUnitRepository.updateReportStatus();
+        int result = preventCJReportRiskAnaUnitRepository.updateReportStatus(handlerReportParam);
         if (result < 1){
             throw new AusinessException(E.ADD_FAIL.getCode(), "CJ保存风险单元失败");
         }

--
Gitblit v1.9.2