Commit d8d5ce55 by sunxin

人员管理修改区域二级显示 页面修整

parent 90c0afdf
...@@ -13,7 +13,7 @@ public class TimedTask { ...@@ -13,7 +13,7 @@ public class TimedTask {
@Scheduled(cron="0 0 0 * * ?") //每天晚上12点执行 @Scheduled(cron="0 0 0 * * ?") //每天晚上12点执行
public void job1() { public void job1() {
System.out.println("spring task 注解使用。。。任务进行中(每天下午6点触发)"); System.out.println("spring task 注解使用。。。任务进行中(每天12点触发)");
//获取所有转为线索的举报信息 //获取所有转为线索的举报信息
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment