From cd730d0b1a775abacfba06003bb58327d5d1fb3c Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 02 二月 2023 12:23:31 +0800
Subject: [PATCH] 同步数据
---
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