From 4bff52e938ae2c260fe54d32ef680908868bb27e Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期五, 07 六月 2024 09:57:10 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 modules/mainPart/src/main/resources/mapper/taskReliability/ModelRbdDao.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/mainPart/src/main/resources/mapper/taskReliability/ModelRbdDao.xml b/modules/mainPart/src/main/resources/mapper/taskReliability/ModelRbdDao.xml
index b8917aa..63fc4fa 100644
--- a/modules/mainPart/src/main/resources/mapper/taskReliability/ModelRbdDao.xml
+++ b/modules/mainPart/src/main/resources/mapper/taskReliability/ModelRbdDao.xml
@@ -13,7 +13,7 @@
         from model_rbd a
         left join (select model_id,1 as end from algorithm where model_type = 'end' and is_delete=0 ) b on b.model_id =
         a.id
-        left join (select model_id, count(1) as num from algorithm where is_delete=0 group by model_id ) c on c.model_id
+        left join (select id, count(1) as num from model_rbd where is_delete=0 group by id ) c on c.id
         = a.id
         left join (select model_id,count(1) as num from operat_condit_model where is_delete=0 group by model_id ) d on
         d.model_id = a.id

--
Gitblit v1.9.1