From 35b125cd30b8d49a748518311a33fa923048907f Mon Sep 17 00:00:00 2001 From: liquanyu Date: Mon, 26 Sep 2016 09:35:56 +0800 Subject: [PATCH] code update --- .../com/lyms/platform/common/utils/DateUtil.java | 4 +- .../resources/spring/applicationContext-quartz.xml | 46 +++++++++++----------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/utils/DateUtil.java b/platform-common/src/main/java/com/lyms/platform/common/utils/DateUtil.java index 5f95fe4..6292b73 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/utils/DateUtil.java +++ b/platform-common/src/main/java/com/lyms/platform/common/utils/DateUtil.java @@ -742,8 +742,8 @@ public class DateUtil { // System.out.println(s); // Date s = addDay(parseYMD("2016-02-26"), 168); - int start = 1; - int end = 1; + int start = 38; + int end = 38; // // // Date startDate = DateUtil.getNewDate(-end-1,"周",1+1); diff --git a/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml b/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml index 0ef865a..3a5a209 100644 --- a/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml +++ b/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml @@ -9,28 +9,28 @@ http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache-3.1.xsd http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd"> - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + \ No newline at end of file -- 1.8.3.1