From 042735c4d44e740121dbbb52257617d348a1c391 Mon Sep 17 00:00:00 2001
From: fuyu <fuyu@prec-tech.com>
Date: 星期一, 06 三月 2023 13:39:38 +0800
Subject: [PATCH] Merge branch '进口单证+obsap+导入'
---
force-app/main/default/classes/DealerPersonnelController.cls | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/DealerPersonnelController.cls b/force-app/main/default/classes/DealerPersonnelController.cls
index a964ef7..7ebf028 100644
--- a/force-app/main/default/classes/DealerPersonnelController.cls
+++ b/force-app/main/default/classes/DealerPersonnelController.cls
@@ -86,6 +86,26 @@
inputList.add(inputValues);
//瀵煎叆鐨勬暟鎹�
+<<<<<<< HEAD
+ System.debug('inputValues[0]===============>'+ inputValues[0]);
+ System.debug('inputValues[1]===============>'+ inputValues[1]);
+ System.debug('inputValues[2]===============>'+ inputValues[2]);
+ System.debug('inputValues[3]===============>'+ inputValues[3]);
+ //SWAG-CEW85A 銆愬鎵樸�戞秷鑰楀搧&DAMS绯荤粺缁忛攢鍟嗕汉鍛樼鐞嗏�斺�斾俊鎭畬鍠勶紱fy start
+ System.debug('inputValues[4]===============>'+ inputValues[4]);
+ System.debug('inputValues[5]===============>'+ inputValues[5]);
+ System.debug('inputValues[6]===============>'+ inputValues[6]);
+ System.debug('inputValues[7]===============>'+ inputValues[7]);
+ System.debug('inputValues[8]===============>'+ inputValues[8]);
+ System.debug('inputValues[9]===============>'+ inputValues[9]);
+ System.debug('inputValues[10]===============>'+ inputValues[10]);
+ System.debug('inputValues[11]===============>'+ inputValues[11]);
+ System.debug('inputValues[12]===============>'+ inputValues[12]);
+ System.debug('inputValues[13]===============>'+ inputValues[13]);
+ System.debug('inputValues[14]===============>'+ inputValues[14]);
+ System.debug('inputValues[15]===============>'+ inputValues[15]);
+ System.debug('inputValues[16]===============>'+ inputValues[16]);
+=======
// System.debug('inputValues[0]===============>'+ inputValues[0]);
// System.debug('inputValues[1]===============>'+ inputValues[1]);
// System.debug('inputValues[2]===============>'+ inputValues[2]);
@@ -104,6 +124,7 @@
// System.debug('inputValues[14]===============>'+ inputValues[14]);
// System.debug('inputValues[15]===============>'+ inputValues[15]);
// System.debug('inputValues[16]===============>'+ inputValues[16]);
+>>>>>>> 杩涘彛鍗曡瘉+obsap+瀵煎叆
//SWAG-CEW85A 銆愬鎵樸�戞秷鑰楀搧&DAMS绯荤粺缁忛攢鍟嗕汉鍛樼鐞嗏�斺�斾俊鎭畬鍠勶紱fy end
}
@@ -115,10 +136,14 @@
Map<Id,String> ManagementCodeMap = new Map<Id,String>();
List<Id> AccountIdList =new List<Id>();
//SWAG-CEW85A 銆愬鎵樸�戞秷鑰楀搧&DAMS绯荤粺缁忛攢鍟嗕汉鍛樼鐞嗏�斺�斾俊鎭畬鍠勶紱fy end
+<<<<<<< HEAD
+ List<Account> accountList = [select id, Name,Management_Code__c from Account where Management_Code__c in: managementCodeList and Name in:CustomerNameList ];
+=======
System.debug('managementCodeList===============>'+ managementCodeList);
System.debug('CustomerNameList===============>'+ CustomerNameList);
List<Account> accountList = [select id, Name,Management_Code__c from Account where Management_Code__c in: managementCodeList and Name in:CustomerNameList];
System.debug('iaccountList===============>'+ accountList);
+>>>>>>> 杩涘彛鍗曡瘉+obsap+瀵煎叆
for(Account ac : accountList){
accountIdMap.put(ac.Management_Code__c,ac);
//SWAG-CEW85A 銆愬鎵樸�戞秷鑰楀搧&DAMS绯荤粺缁忛攢鍟嗕汉鍛樼鐞嗏�斺�斾俊鎭畬鍠勶紱fy start
--
Gitblit v1.9.1