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