黄千龙
2023-03-08 962519811b7c4be07f30d09e791798b0ea79d3ae
force-app/main/default/classes/AccountDailyUpdateBatchSchedule.cls
@@ -9,10 +9,12 @@
        Integer workdays = UpdateUserTextColBatch.getOlympusWorkDayCount(mon1stDate, toDate);
        //每月到昨天的工作日
        Integer workdays1 = UpdateUserTextColBatch.getOlympusWorkDayCount(mon1stDate, yesterDate);
        Integer day = Date.today().day();
        System.debug(day + '===========123');
        //Integer Soakup_NotExecute_Day = Integer.valueOf(System.Label.Soakup_NotExecute_Day);
        Integer SSBacth_Execute_Day = Integer.valueOf(System.Label.SSBacth_Execute_Day);
        if (workdays1 == SSBacth_Execute_Day || workdays != SSBacth_Execute_Day) {
        // if (workdays1 == SSBacth_Execute_Day || workdays != SSBacth_Execute_Day) { // 2023-3-1   zyh   注释
        if (day != SSBacth_Execute_Day) { // 2023-3-1   zyh   add
            // Id execBTId = Database.executeBatch(new AccountDailyUpdateBatch('1.华北'),4);      // 2022-06-01   zyh   udate
            // execBTId = Database.executeBatch(new AccountDailyUpdateBatch('2.东北'),4);     // 2022-06-01   zyh   udate
            // execBTId = Database.executeBatch(new AccountDailyUpdateBatch('3.西北'),4);     // 2022-06-01   zyh   udate