From e8619d825e5f09daf129b4847bf2bf4e660d40c5 Mon Sep 17 00:00:00 2001
From: yunchai <yunying.chai@capgemini.com>
Date: 星期四, 12 十月 2023 09:29:21 +0800
Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/dev'

---
 _Main/BL/Type_PRData/Method_PrintCall.qbl |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/_Main/BL/Type_PRData/Method_PrintCall.qbl b/_Main/BL/Type_PRData/Method_PrintCall.qbl
index f82b310..180f056 100644
--- a/_Main/BL/Type_PRData/Method_PrintCall.qbl
+++ b/_Main/BL/Type_PRData/Method_PrintCall.qbl
@@ -25,9 +25,8 @@
     result.MRPCalverNo( this.MRPCalverNo() );
     result.OrganCode( this.OrganCode() );
     result.OrgId( this.OrgId() );
-    result.PlannerCode( this.PlannerCode() );
-    result.PreparerId( this.PreparerId() );
-    result.ProduceRequiredDate( this.ProduceRequiredDate() );
+    result.PreparerID( this.PreparerId() );
+    result.DeliveryDate( this.DeliveryDate() );
     result.ProductID( this.ProductID() );
     result.ProductName( this.ProductName() );
     result.ProviderCode( this.ProviderCode() );

--
Gitblit v1.9.3