anderx лет назад: 4
Родитель
Сommit
cceff238f6

+ 2 - 1
src/main/java/com/goafanti/common/task/OrderReportTask.java

@@ -23,8 +23,9 @@ public class OrderReportTask {
 
 	/**
 	 * "0 0 17 * * ?" 每天17点触发一次
+	 * 	旧订单,已经无效
 	 */
-	@Scheduled(cron = "0 0 17 * * ?")
+//	@Scheduled(cron = "0 0 17 * * ?")
 	public void runStatistics() {
 		LoggerUtils.debug(logger, "统计订单报表任务开始");
 		Calendar now = Calendar.getInstance();

+ 1 - 1
src/main/webapp/WEB-INF/views/common.html

@@ -5,7 +5,7 @@
 
 <head th:fragment="header(title, link)">
 <meta charset="utf-8" />
-<link rel="icon" th:href="${portalHost+'/img/ico_logo.ico'}">
+<link rel="icon" th:href="${staticHost+'/image/logo.png'}">
 <meta name="Keywords" content="" />
 <meta name="Description" content="" />
 <meta name="viewport"