From ea6a4eec81a6a74e214aefc5971d701242c3e7d3 Mon Sep 17 00:00:00 2001
From: Thhto <997058689@qq.com>
Date: 星期四, 17 十一月 2022 14:40:04 +0800
Subject: [PATCH] SWAG-CKDATG 【委托】【OBSAP-报价委托】报价委托项目改善1 fy
---
force-app/main/default/classes/NFM705Rest.cls | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/classes/NFM705Rest.cls b/force-app/main/default/classes/NFM705Rest.cls
index ee72525..3b39cf6 100644
--- a/force-app/main/default/classes/NFM705Rest.cls
+++ b/force-app/main/default/classes/NFM705Rest.cls
@@ -25,7 +25,7 @@
public String Num; //浼氳缂栫爜 == Num__c
public String StartDate; //寮�濮嬫棩鏈� == StartDate
public String EndDate; //缁撴潫鏃ユ湡 == EndDate
- public String BudgetType; //棰勭畻绫诲瀷 == Budget_Type__c
+ public String BudgetType; //棰勭畻绫诲瀷 == Implementation_Purpose__c
public String OfficeCategory; //绉戝鍒嗙被 == OfficeCategory__c
public String MeetingType; //浼氳绫诲瀷 == Meeting_Type__c
public String StateMaster; //鐪� == State_Master__c
@@ -269,7 +269,7 @@
if (app.MeetingType__c != '璧炲姪浼�') {
cam.StartDate = app.StartDate__c;
cam.EndDate = app.EndDate__c;
- cam.Budget_Type__c = app.BudgetType__c;
+ cam.Implementation_Purpose__c = app.BudgetType__c;
cam.OfficeCategory__c = app.OfficeCategory__c;
cam.Meeting_Type__c = app.MeetingType__c;
@@ -431,7 +431,7 @@
// cam.Meeting_Approved_No__c = app.Id;
// cam.StartDate = app.StartDate__c;
// cam.EndDate = app.EndDate__c;
- // cam.Budget_Type__c = app.BudgetType__c;
+ // cam.Implementation_Purpose__c = app.BudgetType__c;
// cam.OfficeCategory__c = app.OfficeCategory__c;
// cam.Meeting_Type__c = app.MeetingType__c;
// cam.Activity_Type_Name__c = app.ActivityTypeName__c;
--
Gitblit v1.9.1