zhangzhengmei
2023-04-17 fdef1f682351a5311fe96c5f0f1770a9623b985f
force-app/main/default/classes/ControllerUtil.cls
@@ -2717,7 +2717,7 @@
        i++;
        i++;
    }
    @AuraEnabled
    WebService static String selectCommonSequence(String valueField, String formatField) {
        Boolean insertNew = false;
        //取得共通採番序列
@@ -4968,6 +4968,7 @@
    /**
    OCM-SI需求表用,复制功能,仅限当前所有SI需求表失效的时候,才能使用
    */
    @AuraEnabled
    WebService static String ISO_Copy_Func(id isoID){
        IS_Opportunity_Demand__c checkISO = [select Opportunity_ID__c from IS_Opportunity_Demand__c where id =:isoID];
        String opporID = checkISO.Opportunity_ID__c;