From 9f0fe04350c019c2ed1655d5b833648788734994 Mon Sep 17 00:00:00 2001 From: zhangc <zc@123> Date: 星期二, 14 一月 2025 16:34:51 +0800 Subject: [PATCH] 优化库位检索逻辑,移除冗余参数 --- src/main/resources/application.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index caf4dfc..22524fb 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,4 @@ spring: profiles: - active: dev \ No newline at end of file + #dev loc prod + active: loc \ No newline at end of file -- Gitblit v1.9.1