Преглед на файлове

修复效能配置导出错误。

Ulricy преди 1 година
родител
ревизия
35410fa946
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      QFD/common/ExportReportManager.cpp

+ 1 - 1
QFD/common/ExportReportManager.cpp

@@ -959,7 +959,7 @@ void ExportReportManager::insertEffiConfigData()
 
     QMap<QString, QString> gradeInfoData;
 
-    if (m_schemeType == 2) {
+    if (m_schemeType == 1) {
         QList<GradeIndexInfo *> gradeIndexInfoList;
         ret = GradeIndexInfoService().QueryGradeIndexInfoByProjectId(&gradeIndexInfoList, m_proj->id);
         if (ret == false || gradeIndexInfoList.size() <= 0) {