ningshuxia
2022-10-31 0171d347fec140d31db39ab5d76d51eebac472c2
Application/IStation.Application.OpenApi/shys/plan/PlanAna_ShysController.cs
@@ -186,8 +186,8 @@
            var resultList = calculator.Calc(station, sg_factoryId, sumRecordList, out ana_error_info);
            if (resultList == null || resultList.Count() < 1)
            {
                error_info = $"factoryId:{sg_factoryId},泵站名称:{station.Name} 泵站id:{stationId},分析错误,原因是:{ana_error_info}";
                LogHelper.Error("上海原水能耗计划分析计算中,"+error_info);
                error_info = $"泵站名称:{station.Name} 泵站id:{stationId},原因是:{ana_error_info}";
                LogHelper.Error("上海原水能耗计划分析计算中 factoryId:{sg_factoryId},," + error_info);
                return null;
            }