From 26d42e9bb57aec5d41276f01cfbe9d8a46d64b95 Mon Sep 17 00:00:00 2001
From: 张宇恒 <bxyun0@163.com>
Date: 星期一, 21 三月 2022 18:06:28 +0800
Subject: [PATCH] no message
---
force-app/main/default/classes/ChoiceAssetController.cls | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/classes/ChoiceAssetController.cls b/force-app/main/default/classes/ChoiceAssetController.cls
index d9cc627..fb4bd8b 100644
--- a/force-app/main/default/classes/ChoiceAssetController.cls
+++ b/force-app/main/default/classes/ChoiceAssetController.cls
@@ -126,10 +126,10 @@
if (info.check) {
ast = info.ast;
quantity += 1;
- if (info.ast.Ji_Zhong_Guan_Li_Ku_Cun__c <= 0){
- ApexPages.addmessage(new ApexPages.message(ApexPages.severity.Error, '璁惧闆嗕腑绠$悊搴撳瓨涓嶈冻'));
- return null;
- }
+ // if (info.ast.Ji_Zhong_Guan_Li_Ku_Cun__c <= 0){
+ // ApexPages.addmessage(new ApexPages.message(ApexPages.severity.Error, '璁惧闆嗕腑绠$悊搴撳瓨涓嶈冻'));
+ // return null;
+ // }
}
}
if (quantity == 0) {
--
Gitblit v1.9.1