游畅
2022-03-29 2b6adf750ca9ae5d0094029b25ba474635558109
force-app/main/default/classes/ConsumFixtureSetSelectController.cls
@@ -166,7 +166,7 @@
            saveType = false;
        }
        system.debug('==zheli1=='+this.parentId);
        caes = new Consum_Apply_Equipment_Set__c();
        caes.Consum_Start_Date__c = Date.today();
        //备品配套下的所有明细
@@ -190,7 +190,7 @@
                parentObj = parentObjs.get(0);
            }
            //Integer aaa=Integer.valueof(parentObjs);
        }
        if (parentObj == null) {