tangxu
2024-12-19 9acdf3c826311bd67180821ce19c625d0e384ca8
Calc/IStation.Calc.Core/¼ÆËã»ùÀà/ErQuCalcBaseHelper.cs
@@ -24,7 +24,6 @@
                {
                    var calc = new IStation.Calc.ErQuCalcHelper_2_递归_定水位_任意时间();
                    calc.SetMaxReservoirHeight(anaRequest.MaxReservoirLevel.Value);
                    return calc;
                }
                else
@@ -128,7 +127,7 @@
        /// <summary>
        ///
        /// </summary>
        protected double _stationTotalFlow = 0;//供水总量(不一定有值 å•位: å¨)
        protected double _flowInTotalFlow = 0;//取水总量(不一定有值 å•位: å¨)
        /// <summary>
        ///
@@ -138,7 +137,7 @@
        {
            this._start_level水库水位 = anaRequest.StartReservoirLevel;
            this._clacOptType = anaRequest.CalcOptType;
            if (anaRequest.IsKnownStartOpenPump)
            {
                if (anaRequest.StartOpenPumpIndexArray == null)
@@ -157,7 +156,7 @@
            }
            if (anaRequest.TotalFlowIn != null)
                this._stationTotalFlow = anaRequest.TotalFlowIn.Value;
                this._flowInTotalFlow = anaRequest.TotalFlowIn.Value;
            this.Initial水库参数(anaRequest);