|
@@ -236,11 +236,12 @@ public class SpringCronTask implements SchedulingConfigurer{
|
|
|
tRmActValueService.statDataforDay();
|
|
|
logger.info("定时任务"+taskId+"执行时长:" + (System.currentTimeMillis() - start)/1000 + "秒");
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ else if (taskId.equalsIgnoreCase("104")) {
|
|
|
+
|
|
|
+ long start = System.currentTimeMillis();
|
|
|
+ tRmPlanValueService.state();
|
|
|
+ logger.info("定时任务"+taskId+"执行时长:" + (System.currentTimeMillis() - start)/1000 + "秒");
|
|
|
+ }
|
|
|
else if (taskId.equalsIgnoreCase("105")) {
|
|
|
|
|
|
long start = System.currentTimeMillis();
|