|
@@ -73,7 +73,7 @@ bool DataEvaluator::evaluateWeightFromExpert()
|
|
|
|
|
|
/// 获取指标体系
|
|
/// 获取指标体系
|
|
QList<CNodeData> nodeList;
|
|
QList<CNodeData> nodeList;
|
|
- bool mindRet = CNodeDataService().QueryAll(nodeList, m_process.projectId, m_process.indexType);
|
|
|
|
|
|
+ bool mindRet = CNodeDataService().QueryAllValid(nodeList, m_process.projectId, m_process.indexType);
|
|
CMind *mind = new CMind(this);
|
|
CMind *mind = new CMind(this);
|
|
mind->setNodeList(nodeList);
|
|
mind->setNodeList(nodeList);
|
|
|
|
|
|
@@ -215,7 +215,7 @@ bool DataEvaluator::evaluateWeightFromMeasure()
|
|
|
|
|
|
/// 获取指标体系
|
|
/// 获取指标体系
|
|
QList<CNodeData> nodeList;
|
|
QList<CNodeData> nodeList;
|
|
- bool mindRet = CNodeDataService().QueryAll(nodeList, m_process.projectId, m_process.indexType);
|
|
|
|
|
|
+ bool mindRet = CNodeDataService().QueryAllValid(nodeList, m_process.projectId, m_process.indexType);
|
|
CMind *mind = new CMind(this);
|
|
CMind *mind = new CMind(this);
|
|
mind->setNodeList(nodeList);
|
|
mind->setNodeList(nodeList);
|
|
|
|
|
|
@@ -336,7 +336,7 @@ bool DataEvaluator::evaluateTech()
|
|
|
|
|
|
/// 获取指标体系
|
|
/// 获取指标体系
|
|
QList<CNodeData> nodeList;
|
|
QList<CNodeData> nodeList;
|
|
- bool mindRet = CNodeDataService().QueryAll(nodeList, m_process.projectId, m_process.indexType);
|
|
|
|
|
|
+ bool mindRet = CNodeDataService().QueryAllValid(nodeList, m_process.projectId, m_process.indexType);
|
|
CMind *mind = new CMind(this);
|
|
CMind *mind = new CMind(this);
|
|
mind->setNodeList(nodeList);
|
|
mind->setNodeList(nodeList);
|
|
|
|
|