From 2660be01cd0e9f39fb021bf3599539d64ada0b6b Mon Sep 17 00:00:00 2001
From: liaoxuwei <5789413@qq.com>
Date: Thu, 10 Apr 2025 13:27:03 +0800
Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../xhx/daemon/applicationservice/SingleApplyreviewService.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/single-manager/src/main/java/com/mortals/xhx/daemon/applicationservice/SingleApplyreviewService.java b/single-manager/src/main/java/com/mortals/xhx/daemon/applicationservice/SingleApplyreviewService.java
index a8de700..c99a1d7 100644
--- a/single-manager/src/main/java/com/mortals/xhx/daemon/applicationservice/SingleApplyreviewService.java
+++ b/single-manager/src/main/java/com/mortals/xhx/daemon/applicationservice/SingleApplyreviewService.java
@@ -135,7 +135,7 @@ public class SingleApplyreviewService implements IApplicationStartedService {
                                     matterApplyDatumService.update(item);
                                 }
                             }
-                            boolean apply = false;
+                            boolean apply = true;
                             MatterApplyEntity applyEntity = matterApplyService.get(applyId);
                             List<MatterApplyDatumEntity> list = matterApplyDatumService.find(new MatterApplyDatumQuery().applyId(applyEntity.getId()));
                             for(MatterApplyDatumEntity item:list){
-- 
2.24.3