From 3a9c3f96e841534a9208672491356da30dc11106 Mon Sep 17 00:00:00 2001 From: Trae AI Date: Wed, 24 Dec 2025 12:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=89=80=E6=9C=89=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=9E=E7=8E=B0=EF=BC=9A=E7=94=A8=E6=88=B7=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E3=80=81=E9=80=80=E5=87=BA=E7=99=BB=E5=BD=95=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E3=80=81=E9=80=9A=E7=9F=A5=E5=BC=B9=E7=AA=97=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../example/web/task/CustomerStatusTask.java | 2 +- src/main/resources/application.yaml | 2 +- src/main/resources/static/loginmm.html | 2 +- src/main/resources/static/sells.html | 1161 +++++++++++++---- src/main/resources/static/supply.html | 929 +++++++++++-- 5 files changed, 1745 insertions(+), 351 deletions(-) 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 @@