From 962519811b7c4be07f30d09e791798b0ea79d3ae Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期三, 08 三月 2023 09:54:02 +0800
Subject: [PATCH] 同步代码
---
force-app/main/default/classes/MainFixtureSelectController.cls | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/classes/MainFixtureSelectController.cls b/force-app/main/default/classes/MainFixtureSelectController.cls
index a778064..0a2c95f 100644
--- a/force-app/main/default/classes/MainFixtureSelectController.cls
+++ b/force-app/main/default/classes/MainFixtureSelectController.cls
@@ -214,7 +214,7 @@
pCunFangDi = bieCunFangDi;
// 鏈儴鍒濆鍊�
// Modify by Liu 20220908 Solution鏈儴璇鹃瀵瑰簲 start
- if (parentObj.Rental_Apply__r.Salesdepartment__c == '16.娑堝寲路鍛煎惛棰嗗煙瑙e喅鏂规鏈儴') {
+ if (parentObj.Rental_Apply__r.Salesdepartment__c == '16.Solution鏈儴') {
bieBenBu = '16.Solution鏈儴';
} else {
bieBenBu = parentObj.Rental_Apply__r.Salesdepartment__c;
@@ -1329,7 +1329,7 @@
// soql += ' and Salesdepartment__c = \'' + String.escapeSingleQuotes(bieBenBu) + '\'';
// Modify by Liu 20220908 Solution鏈儴璇鹃瀵瑰簲 start
//List<String> bieBenBuList = bieBenBu.split(',');
- List<String> bieBenBuList = bieBenBu.replace('16.Solution鏈儴', '16.娑堝寲路鍛煎惛棰嗗煙瑙e喅鏂规鏈儴').split(',');
+ List<String> bieBenBuList = bieBenBu.replace('16.Solution鏈儴', '16.Solution鏈儴').split(',');
// Modify by Liu 20220908 Solution鏈儴璇鹃瀵瑰簲 end
soql += RentalFixtureSetAssignController.setSoql('Salesdepartment__c', bieBenBuList);
/*String benbuStr = '';
@@ -2054,7 +2054,7 @@
// Modify by Liu 20220908 Solution鏈儴璇鹃瀵瑰簲 start
//bieBenBu = obj.salesdepartments;
- bieBenBu = obj.salesdepartments.replace('16.娑堝寲路鍛煎惛棰嗗煙瑙e喅鏂规鏈儴', '16.Solution鏈儴');
+ bieBenBu = obj.salesdepartments.replace('16.Solution鏈儴', '16.Solution鏈儴');
// Modify by Liu 20220908 Solution鏈儴璇鹃瀵瑰簲 end
// 鎺掗槦鍚庯紝榛樿鎺掗槦鍊奸渶瑕佸湪鐢婚潰绔樉绀� 澶囧搧鍒嗙被
@@ -2070,7 +2070,7 @@
// Modify by Liu 20220908 Solution鏈儴璇鹃瀵瑰簲 start
//keyObj.salesdepartments = bieBenBu;
- keyObj.salesdepartments = bieBenBu.replace('16.Solution鏈儴', '16.娑堝寲路鍛煎惛棰嗗煙瑙e喅鏂规鏈儴');
+ keyObj.salesdepartments = bieBenBu.replace('16.Solution鏈儴', '16.Solution鏈儴');
// Modify by Liu 20220908 Solution鏈儴璇鹃瀵瑰簲 end
RentalFixtureSetAssignController.getsequencekeyList(keyObj);
--
Gitblit v1.9.1