Quellcode durchsuchen

processTurbineData 函数 打印所有 机组

zhouyang.xie vor 2 Wochen
Ursprung
Commit
7f683c4e6a
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      dataAnalysisBehavior/behavior/baseAnalyst.py

+ 1 - 0
dataAnalysisBehavior/behavior/baseAnalyst.py

@@ -584,6 +584,7 @@ class BaseAnalyst(ABC):
 
     def processTurbineData(self, turbines, conf: Contract, select: str):
         try:
+            self.logger.info(f"method: processTurbineData , turbines : {turbines}")
             # add "where" condition
             select_conditions = self.selectAllCondition(conf)