Forráskód Böngészése

statistic the merged particle while calculating the GB grid result.

GSP 1 hónapja
szülő
commit
1310904a30
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      OTSCPP/OTSRptCalculate/DTL/IncADataDB.cpp

+ 1 - 1
OTSCPP/OTSRptCalculate/DTL/IncADataDB.cpp

@@ -250,7 +250,7 @@ namespace OTSSQLITE
 		}
 		
 		CString sSQLCommand;
-		sSQLCommand.Format(_T("SELECT * FROM \'%s\';"),
+		sSQLCommand.Format(_T("SELECT * FROM \'%s\' WHERE SubParticles is not 'IsSubParticle';"),
 			(LPCTSTR)tableInfoPtr->GetTableName());
 	
 		query = datastorePtr->QueryByCommand(sSQLCommand);