Explorar el Código

[系统][修改]:商户统计定时任务执行时间

release_toaliyun_real
hupeng hace 7 años
padre
commit
08e3e37f76
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkAdmin/src/main/java/com/iformall/schedule/DaliyAmountSchedule.java

+ 2
- 2
mallinkAdmin/src/main/java/com/iformall/schedule/DaliyAmountSchedule.java Ver fichero

@@ -43,8 +43,8 @@ public class DaliyAmountSchedule {






//@Scheduled(cron = "0 0 1 * * ?") // 每天凌晨1点盘点前一天的数据
@Scheduled(cron = "*/30 * * * * ?") // 测试10秒中一次
@Scheduled(cron = "0 0 1 * * ?") // 每天凌晨1点盘点前一天的数据
//@Scheduled(cron = "*/30 * * * * ?") // 测试10秒中一次
@Transactional(propagation = Propagation.REQUIRED, readOnly = false, rollbackFor = {Exception.class}) @Transactional(propagation = Propagation.REQUIRED, readOnly = false, rollbackFor = {Exception.class})
public void daliyAmountSchedule() { public void daliyAmountSchedule() {




Cargando…
Cancelar
Guardar