From af0cf4a4c55406b80584acfa0a126af7e826d124 Mon Sep 17 00:00:00 2001
From: 李彤 <litong@prec-tech.com>
Date: 星期六, 02 四月 2022 17:56:46 +0800
Subject: [PATCH] 目标录入相关判断修改_1

---
 force-app/main/default/classes/SetPersonalTargetController.cls |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/classes/SetPersonalTargetController.cls b/force-app/main/default/classes/SetPersonalTargetController.cls
index 913f329..b5dc5f2 100644
--- a/force-app/main/default/classes/SetPersonalTargetController.cls
+++ b/force-app/main/default/classes/SetPersonalTargetController.cls
@@ -782,7 +782,7 @@
                         soql += ' or Post__c = \'鍓粡鐞哱' or Post__c = \'缁忕悊\'';
                     }
                     if(positionNames[i] == '鎬荤洃绾�'){
-                        soql += ' or Post__c = \'鍓儴闀縗' or Post__c = \'閮ㄩ暱\'';
+                        soql += ' or Post__c = \'鍓儴闀縗' or Post__c = \'閮ㄩ暱\' or Post__c = \'鎬荤洃\'';
                     }
                     //20220402 lt SWAG-CD28H3 銆愬鎵樸�戙�愭湡鍒濅慨鏀�4鏈�6鏃ュ紑濮嬩慨鏀广�戠洰鏍囧綍鍏ョ浉鍏冲垽鏂慨鏀� end
                 } else {
@@ -792,7 +792,7 @@
                         soql += ' Post__c = \'鍓粡鐞哱' or Post__c = \'缁忕悊\' or ';
                     }
                     if(positionNames[i] == '鎬荤洃绾�'){
-                        soql += ' Post__c = \'鍓儴闀縗' or Post__c = \'閮ㄩ暱\'';
+                        soql += ' Post__c = \'鍓儴闀縗' or Post__c = \'閮ㄩ暱\' or Post__c = \'鎬荤洃\'';
                     }
                     //20220402 lt SWAG-CD28H3 銆愬鎵樸�戙�愭湡鍒濅慨鏀�4鏈�6鏃ュ紑濮嬩慨鏀广�戠洰鏍囧綍鍏ョ浉鍏冲垽鏂慨鏀� end
                 }

--
Gitblit v1.9.1