From a440992f23e33ccf9e0f6d52079e9b16813ead59 Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期二, 14 一月 2025 14:57:06 +0800
Subject: [PATCH] 优化MES调拨信息上报及库位查询逻辑
---
src/main/resources/application-dev.yml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index d6d0e26..ff652b0 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -72,6 +72,7 @@
password: Wlzh44338
agv:
+ flag: false
# url: localhost:8080
# taskCreatePath: /agv/task/create
# containerMoveInPath: /agv/container/moveIn
@@ -85,6 +86,7 @@
containerArrivedPath: /conveyor/containerArrived
u8:
+ report: false
url: http://192.168.9.3:8877
orderReportPath: /DBMS/U8/CM/add
#ERP:
--
Gitblit v1.9.1