From 537d302507bf5bdc6f6b81ece701abb6e8b6a1e1 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期四, 20 十一月 2025 17:26:39 +0800 Subject: [PATCH] 工位改为默认查询所有状态 --- smart-man-boot/src/main/resources/application-test.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/smart-man-boot/src/main/resources/application-test.yml b/smart-man-boot/src/main/resources/application-test.yml index a92d39f..5e16784 100644 --- a/smart-man-boot/src/main/resources/application-test.yml +++ b/smart-man-boot/src/main/resources/application-test.yml @@ -3,7 +3,7 @@ host: 120.46.212.231 port: 6379 password: root - database: 11 + database: 2 ssl: false # database config datasource: -- Gitblit v1.9.3