From cc7487a59bd4b0fa5bed1dd59f6d0565ace81b8b Mon Sep 17 00:00:00 2001
From: 李金换 <lijinhuan@prec-tech.com>
Date: 星期五, 21 四月 2023 09:48:22 +0800
Subject: [PATCH] opd计划Cl3
---
force-app/main/default/classes/AccountQualifyAlertController.cls | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/AccountQualifyAlertController.cls b/force-app/main/default/classes/AccountQualifyAlertController.cls
index da102d3..bc1649c 100644
--- a/force-app/main/default/classes/AccountQualifyAlertController.cls
+++ b/force-app/main/default/classes/AccountQualifyAlertController.cls
@@ -20,10 +20,12 @@
is_Alert_Qualify = false;
if (accList != null && accList.size() > 0) {
- if (accList[0].Quolified_Approve_Status__c.equals('Draft')
- && accList[0].If_Need_Quolified__c == true) {
+ //绌烘寚閽堟姤閿欎慨鏀� thh 20220411 start
+ if ('Draft'.equals(accList[0].Quolified_Approve_Status__c)
+ && accList[0].If_Need_Quolified__c == true) {
is_Alert_Qualify = true;
}
+ //绌烘寚閽堟姤閿欎慨鏀� thh 20220411 end
}
}
}
\ No newline at end of file
--
Gitblit v1.9.1