update code
parent
7a1613d92b
commit
438f7f8075
|
@ -52,4 +52,5 @@ public class FloweController {
|
|||
redisCache.setCacheObject(key, list, Constants.BIGSCREEN_QUERY_CACHE, TimeUnit.MINUTES);
|
||||
return AjaxResult.success(list);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
package com.yanzhu.jh.project.task;
|
||||
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component("attendanceWorkTask")
|
||||
public class AttendanceWorkTask {
|
||||
public void syncWorker(){
|
||||
System.out.println("-------1--------->AttendanceUserTask.syncWorker");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue