yanyuan
2023-10-09 f74302c680388a4e2d18144f899bc9ebc6fa8398
数据分发bug修改
已修改1个文件
2 ■■■ 文件已修改
_Main/BL/Type_MacroPlan/Method_MappingOperationCostData.qbl 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_MacroPlan/Method_MappingOperationCostData.qbl
@@ -52,7 +52,7 @@
          id := id + "_" + item.Line();
        }
      operation := Operation::FindOperationTypeIndex( id );
      account := Account_MP::FindByName( this, "Operation cost" );
      account := Account_MP::FindByName( this, "Operating cost" );
      isfromdb := false;
      existoperationcost := OperationCost::FindOperationCostTypeIndex( id );
      if( isnull( existoperationcost ) ){