Tianma21
2023-10-09 aa3b3abf43b390284c316a89ba91539b081bf544
_Main/BL/Type_MacroPlan/Method_MappingOperationCostData.qbl
@@ -51,7 +51,7 @@
        }
      operation := Operation::FindOperationTypeIndex( id );
      if(not isnull(operation)){
            account := Account_MP::FindByName( this, "Operation cost" );
            account := Account_MP::FindByName( this, "Operating cost" );
            isfromdb := false;
            existoperationcost := OperationCost::FindOperationCostTypeIndex( id );
            if( isnull( existoperationcost ) ){
@@ -67,10 +67,9 @@
                  timeunit := connecteditem.TimeUnit();
                  OperationCost::Create( id, operation, account, "Volume", start, timeunit, lengthoftime, cost, isfromdb );
                }
              }
      }
      }
    }
  *]
}