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点触发)");
//获取所有转为线索的举报信息 //获取所有转为线索的举报信息
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
xmlns:jee="http://www.springframework.org/schema/jee" xmlns:jee="http://www.springframework.org/schema/jee"
xmlns:tx="http://www.springframework.org/schema/tx" xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:util="http://www.springframework.org/schema/util" xmlns:util="http://www.springframework.org/schema/util"
xmlns:task="http://www.springframework.org/schema/task" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd xmlns:task="http://www.springframework.org/schema/task" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd
http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-4.0.xsd http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-4.0.xsd
......
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