From 5ac4d4f977b27ee53ec4bc544cc2a6b4019c8fbd Mon Sep 17 00:00:00 2001 From: renhao <renhui.hao@capgemini.com> Date: 星期一, 18 九月 2023 15:09:27 +0800 Subject: [PATCH] 1 接口数据修正 --- _Main/BL/Type_MacroPlan/Method_MappingCustomerOrderData.qbl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_MacroPlan/Method_MappingCustomerOrderData.qbl b/_Main/BL/Type_MacroPlan/Method_MappingCustomerOrderData.qbl index 873ed35..3916a05 100644 --- a/_Main/BL/Type_MacroPlan/Method_MappingCustomerOrderData.qbl +++ b/_Main/BL/Type_MacroPlan/Method_MappingCustomerOrderData.qbl @@ -23,6 +23,7 @@ info( "CustomerOrder has " + totalcount.AsQUILL() + " rows in total" ); count := 0; + priorityName :="Normal"; // 澶勭悊 traverse( listToDeal, Elements, item ) { count := count + 1; @@ -33,7 +34,7 @@ // info( item.ProductID().AsQUILL() ); CustomerOrder::CreateOrUpdate( this, item.CurrencyID(), item.Customer(), item.CustomerID(), item.ID(), item.OrderDate(), item.OrderID(), item.OrderLineID(), item.Price(), - item.PriorityName(), item.ProductID(), + priorityName, item.ProductID(), item.StockPointID(), item.SalesSegmentName(), item.Quantity(), item.UnitOfMeasureName(), item.OrderType(), item.IsAvailable()); -- Gitblit v1.9.3