From 7e1616272506d54ec069d308b95c6188569993a9 Mon Sep 17 00:00:00 2001 From: 彭锟 <pengkun@prec-tech.com> Date: 星期一, 21 三月 2022 18:20:09 +0800 Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG --- 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