force-app/main/default/classes/ET_Product_CategoryPrice_Table_Batch.cls
@@ -61,6 +61,7 @@ // query += ' and LastModifiedDate >= :systemDate '; // } query += ' and Category3__c <> \'\' ' + ' and Category5__c !=\'竞争对手\''+ ' and SFDA_Status__c in :s'; return Database.getQueryLocator(query); }