沙世明
2022-09-13 bfca7a84bec815da594f1d12558535ed06d2490b
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);
    }