diff --git a/src/main/java/com/example/web/task/CustomerStatusTask.java b/src/main/java/com/example/web/task/CustomerStatusTask.java index 0683721..ca335bb 100644 --- a/src/main/java/com/example/web/task/CustomerStatusTask.java +++ b/src/main/java/com/example/web/task/CustomerStatusTask.java @@ -27,7 +27,7 @@ public class CustomerStatusTask { /** * 每分钟执行一次客户状态流转处理 */ - @Scheduled(cron = "0 * */5 * * ?") + @Scheduled(cron = "0 * * */5 * ?") public void processCustomerStatus() { System.out.println("DEBUG: 开始执行客户状态流转定时任务,当前时间: " + LocalDateTime.now()); diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 00eda00..4f96ade 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -63,7 +63,7 @@ management: enabled: true server: - port: 8081 + port: 8080 servlet: context-path: /DL encoding: diff --git a/src/main/resources/static/loginmm.html b/src/main/resources/static/loginmm.html index f496a49..136fccf 100644 --- a/src/main/resources/static/loginmm.html +++ b/src/main/resources/static/loginmm.html @@ -520,7 +520,7 @@ errorElement.classList.remove('show'); } - const API_BASE_URL = 'http://localhost:8081/DL'; // 服务器API地址 + const API_BASE_URL = 'http://8.137.125.67:8080/DL'; // 服务器API地址 async function sendLoginRequest(projectName, userName, password) { try { // 使用URL编码的表单数据 diff --git a/src/main/resources/static/sells.html b/src/main/resources/static/sells.html index 4532eef..67c3898 100644 --- a/src/main/resources/static/sells.html +++ b/src/main/resources/static/sells.html @@ -11,6 +11,60 @@ + +
+
+
加载中...
+
+
@@ -2157,7 +2574,7 @@
-
+
加载中...
加载中...
@@ -2165,6 +2582,35 @@
+ +
+ +
+ + +
@@ -2283,6 +2729,7 @@