From 51f6b1ae7c10506910a09c7926429e19949e8421 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 08 十二月 2025 15:50:22 +0800
Subject: [PATCH] 1

---
 src/main/resources/application-loc.yml |   31 ++++++++++++++++++-------------
 1 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/src/main/resources/application-loc.yml b/src/main/resources/application-loc.yml
index a2e5a20..3315398 100644
--- a/src/main/resources/application-loc.yml
+++ b/src/main/resources/application-loc.yml
@@ -11,7 +11,7 @@
   datasource:
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
     #url: jdbc:sqlserver://127.0.0.1:1433;databasename=phyzasrs
-    url: jdbc:sqlserver://192.168.108.248:1433;databasename=phyzasrs
+    url: jdbc:sqlserver://192.168.108.248;databasename=phyzasrs
     username: sa
     password: sa@123
   mvc:
@@ -72,17 +72,21 @@
     password: Wlzh44338
 
 agv:
-  #  url: localhost:8080
-  #  taskCreatePath: /agv/task/create
-  #  containerMoveInPath: /agv/container/moveIn
-  #  containerMoveOutPath: /agv/container/moveOut
-  #  containerArrivedPath: /agv/containerArrived
-  url: 192.168.103.12:8182
-  taskCreatePath: /rcms/services/rest/hikRpcService/genAgvSchedulingTask
-  taskCancelPath: /rcms/services/rest/hikRpcService/cancelTask
-  containerMoveInPath: /expand/api/moveIn/container
-  containerMoveOutPath: /expand/api/moveOut/container
-  containerArrivedPath: /conveyor/containerArrived
+   flag: false
+   url: localhost:8080
+   taskCreatePath: /agv/task/create
+   taskCancelPath: /rcms/services/rest/hikRpcService/cancelTask
+   containerMoveInPath: /agv/container/moveIn
+   containerMoveOutPath: /agv/container/moveOut
+   containerArrivedPath: /agv/containerArrived
+#  url: 192.168.103.12:8182
+#  taskCreatePath: /rcms/services/rest/hikRpcService/genAgvSchedulingTask
+#  taskCancelPath: /rcms/services/rest/hikRpcService/cancelTask
+#  containerMoveInPath: /expand/api/moveIn/container
+#  containerMoveOutPath: /expand/api/moveOut/container
+#  containerArrivedPath: /conveyor/containerArrived
+   locStsUrl: rcms/services/rest/hikRpcService/bindPodAndBerth
+
 
 u8:
   report: false
@@ -92,7 +96,7 @@
 #  url: http://39.184.149.30:8877
 #  orderReportPath: /DBMS/U8/CM/add
 mes:
-  report: true
+  report: false
   url: https://v3-ali.blacklake.cn/api/openapi/domain/web/v1/route
   orderReportPath: /inventory/open/v2/transfer_order/ordinary/_execute
   pakinReportPath: /inventory/open/v2/inbound_order/execute/_inbound
@@ -102,6 +106,7 @@
   getTokenPath: /api/openapi/domain/api/v1/access_token/_get_access_token
   appKey: cli_1712644281065780
   appSecret: 6710d24e31e64adc963d4c213b2c9b8e
+  stock: /inventory/open/v1/material_inventory/_list_sum_inventory
 
 agvBasDev:
   maxWorkNum: 1

--
Gitblit v1.9.1