force-app/main/default/classes/ET_Product_ScoreTable_Batch.cls
@@ -108,7 +108,9 @@ String query = 'SELECT Id, Family, Plan_Term__c, SFDA_Status__c, Is_ET_APP__c, Asset_Model_No__c,' + ' Category3__c, Category4__c, Category5__c, Plan_Category3__c, Plan_Category4__c' + ' FROM Product2' + ' where Is_ET_APP__c = true '; // ' where Is_ET_APP__c = true '; ' where Is_ET_APP__c = true '+ ' and Category5__c !=\'竞争对手\''; // if (true != this.isAllFlag) { // query += ' and LastModifiedDate >= :systemDate '; // }