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