Procházet zdrojové kódy

//activity v.

release_toaliyun_real
xiaohu před 9 měsíci
rodič
revize
8473b1ef41
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +4
    -4
      mallinkSchedule/src/main/java/com/iformall/schedule/WxVtwoActivityGrantExportTwoSchedule.java

+ 4
- 4
mallinkSchedule/src/main/java/com/iformall/schedule/WxVtwoActivityGrantExportTwoSchedule.java Zobrazit soubor

@@ -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()) {




Načítá se…
Zrušit
Uložit