force-app/main/default/classes/LeadIntentionController.cls
@@ -172,11 +172,6 @@ system.debug('ppppppppp的size():'+queryList.size()); system.debug('ooooooooo的size():'+queryListForMoney.size()); BatchIF_Log__c iflog = new BatchIF_Log__c(); iflog.Type__c = 'TestTaskManage'; iflog.Log__c = '进入了init方法: queryListForMoney sql: '+soqlWithoutSort; insert iflog; this.makeOppRecordsForView(queryList, queryListForMoney); this.sortKey = '0';