Просмотр исходного кода

//activity v.

release_toaliyun_real
xiaohu 9 месяцев назад
Родитель
Сommit
8473b1ef41
1 измененных файлов: 4 добавлений и 4 удалений
  1. +4
    -4
      mallinkSchedule/src/main/java/com/iformall/schedule/WxVtwoActivityGrantExportTwoSchedule.java

+ 4
- 4
mallinkSchedule/src/main/java/com/iformall/schedule/WxVtwoActivityGrantExportTwoSchedule.java Просмотреть файл

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

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



Загрузка…
Отмена
Сохранить