高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/classes/UpdateRentalApplyBatch.cls
@@ -232,7 +232,13 @@
                    AND RA_Status__c != '取消'
                    AND RA_Status__c != '完了'
                    AND RA_Status__c != '删除'
                    )]);
                    )
                 OR (
                    haveChange__c = true
                    AND RA_Status__c != '取消'
                    AND RA_Status__c != '删除'
                )]);
        // 20220325 ljh SFDC-C7Q53N  【委托】【咨询】请帮忙确认QIS目的申请单最新预定归还日 add OR (haveChange__c = true
    }
    public static ScBean setSc(String baseName, Integer minhour, Integer maxhour, Integer minMin, String spbefore, String spafter) {