| @@ -52,8 +52,8 @@ public class WxVtwoActivityGrantExportTwoSchedule { | |||||
| @Scheduled(cron = "0 */30 * * * ?") // 每小时检查一次 | @Scheduled(cron = "0 */30 * * * ?") // 每小时检查一次 | ||||
| public void wxVtwoCashBackGrantSchedule() { | public void wxVtwoCashBackGrantSchedule() { | ||||
| logger.info("*************************************************************************************"); | logger.info("*************************************************************************************"); | ||||
| String tenantId = "789"; | |||||
| // String tenantId = "1095"; | |||||
| // String tenantId = "789"; | |||||
| String tenantId = "1095"; | |||||
| List<WxVtwoCashBackGrant> todoList = wxVtwoCashBackGrantMapper.findTodoList(tenantId); | List<WxVtwoCashBackGrant> todoList = wxVtwoCashBackGrantMapper.findTodoList(tenantId); | ||||
| if(todoList != null && !todoList.isEmpty()) { | if(todoList != null && !todoList.isEmpty()) { | ||||
| @@ -98,8 +98,8 @@ public class WxVtwoActivityGrantExportTwoSchedule { | |||||
| @Scheduled(cron = "0 */30 * * * ?") // 每小时检查一次 | @Scheduled(cron = "0 */30 * * * ?") // 每小时检查一次 | ||||
| public void wxVtwoActivityGrantSchedule() { | public void wxVtwoActivityGrantSchedule() { | ||||
| logger.info("*************************************************************************************"); | logger.info("*************************************************************************************"); | ||||
| String tenantId = "789"; | |||||
| // String tenantId = "1095"; | |||||
| // String tenantId = "789"; | |||||
| String tenantId = "1095"; | |||||
| List<WxVtwoActivityGrant> todoList = wxVtwoActivityGrantMapper.findTodoList(tenantId); | List<WxVtwoActivityGrant> todoList = wxVtwoActivityGrantMapper.findTodoList(tenantId); | ||||
| if(todoList != null && !todoList.isEmpty()) { | if(todoList != null && !todoList.isEmpty()) { | ||||