Преглед изворни кода

//activity v.

release_toaliyun_real
xiaohu пре 10 месеци
родитељ
комит
2248a3eb2a
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      mallinkSchedule/src/main/java/com/iformall/schedule/WxVtwoActivityGrantExportTwoSchedule.java

+ 3
- 3
mallinkSchedule/src/main/java/com/iformall/schedule/WxVtwoActivityGrantExportTwoSchedule.java Прегледај датотеку

@@ -46,11 +46,11 @@ public class WxVtwoActivityGrantExportTwoSchedule {


@Async
@Scheduled(cron = "0 0 */1 * * ?") // 每小时检查一次
@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()) {
todoList.forEach(todo ->{


Loading…
Откажи
Сачувај