From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523

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

diff --git a/force-app/main/default/classes/ISOpportunityDemand.cls b/force-app/main/default/classes/ISOpportunityDemand.cls
index d6dc9ca..f62a3e0 100644
--- a/force-app/main/default/classes/ISOpportunityDemand.cls
+++ b/force-app/main/default/classes/ISOpportunityDemand.cls
@@ -38,7 +38,7 @@
         // Request_tedner_doc__c rac = [SELECT 	Id,Status__c,Submit_check_flag__c,RecordTypeId,Submit_time__c,Request_target__c,Document_format__c,Bid_distributor__c,Product_discription__c,Tedner_date__c,Tender_active_day__c,tender_inactive_date__c,Tender_request_reason__c FROM Request_tedner_doc__c WHERE Id = :recordId LIMIT 1];
         IS_Opportunity_Demand__c rac = [SELECT Id,Submint_TF__c FROM IS_Opportunity_Demand__c WHERE Id = :recordId LIMIT 1];
         rac.Id = rac.Id;
-        rac.Submint_TF__c = false;
+        rac.Submint_TF__c = true;
         update rac;
         return '1';
        } catch (Exception ex) {

--
Gitblit v1.9.1