|
@@ -925,7 +925,11 @@ public class TaskService {
|
|
}
|
|
}
|
|
|
|
|
|
public void upStarTime(String starTim) {
|
|
public void upStarTime(String starTim) {
|
|
- redisService.setCacheObject("toQianShanStartTime", starTim);
|
|
|
|
|
|
+ redisService.setCacheObject("startTime", starTim);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void upToQianShanStartTime(String starTime) {
|
|
|
|
+ redisService.setCacheObject("toQianShanStartTime", starTime);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|