111
沙世明
2022-11-22 928399eceec50e3d37ea08669a12789a9410a9d2
force-app/main/default/classes/InspectCheckController.cls
@@ -43,7 +43,14 @@
      return JsonData;
    }
 //20220913 you SWAG-CJ3DS5 start
      //招投标项目列表字段 irresponsibleReason__c 所有的值
    @AuraEnabled
    public  static string GetproInvolvedManual(){
      String JsonData = CommonUtils.GetSelectedValues( Tender_information__c.proInvolvedManual__c.getDescribe());
      return JsonData;
    }
//20220913 you SWAG-CJ3DS5 end
  
      // 产品类
@@ -66,9 +73,11 @@
        try{
            Tender_information__c temp = (Tender_information__c)JSON.deserialize(JsonData,Tender_information__c.class);
            System.debug('temp=='+temp);
            StaticParameter.EscapeOtherUpdateTenOwner = false;
            update temp;
            StaticParameter.EscapeOtherUpdateTenOwner = true;
            //String assvale=AssignValuesToOwner(Id,checkboxValue);
        }catch(Exception ex)
        {