From f21530d33ca23aeeba2ef073ac6b64422e4e26ca Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期四, 30 四月 2026 12:17:55 +0800
Subject: [PATCH] 库位编号规则和和CTU保持一致
---
rsf-server/src/main/resources/application-dev.yml | 32 +++++++++++---------------------
1 files changed, 11 insertions(+), 21 deletions(-)
diff --git a/rsf-server/src/main/resources/application-dev.yml b/rsf-server/src/main/resources/application-dev.yml
index 6be1bcb..b2a3f66 100644
--- a/rsf-server/src/main/resources/application-dev.yml
+++ b/rsf-server/src/main/resources/application-dev.yml
@@ -43,8 +43,8 @@
login-username: admin
login-password: admin
enabled: true
- # 澶氭暟鎹簮锛歝us_item_sync_view 涓撶敤搴�
- cus-item-sync:
+ # 澶氭暟鎹簮锛氶紟鎹�
+ dj-cloud-wms:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
@@ -103,8 +103,9 @@
port: 8080
#鎺ュ搧閾炬帴鍓嶇紑
pre-path: ""
- # Feign 璋冪敤浜戜粨鏃剁殑鏍瑰湴鍧�銆傛湰鏈烘ā鎷燂細http://127.0.0.1:8086/rsf-server锛圕loudWmsMockController锛�/dapilc/.../cusInventoryCompletionReport 绛夛級
- base-url: http://127.0.0.1:8086/rsf-server
+ # Feign 璋冪敤浜戜粨鏃剁殑鏍瑰湴鍧�銆傛湰鏈烘ā鎷燂細http://127.0.0.1:8086/rsf-server锛圕loudWmsMockController锛欼CusStockService stockIn/Out/TransferCompleted锛�
+ # base-url: http://127.0.0.1:8086/rsf-server
+ base-url: http://192.168.10.108:8180
# 榧庢嵎 DAP ilcwmsplus 瀹屾垚鍙嶉锛�9.1/9.2 缁勫寘鐢級
dap:
org-no: ""
@@ -112,10 +113,12 @@
doc-type-out: ""
doc-type-adj: ""
unit-no: PCS
- #鎺ュ彛鏄庣粏锛堣川妫�绛夛紱鍏ュ嚭搴撳畬鎴愬凡鍥哄畾涓� /dapilc/restful/service/ilcwmsplus/IKWebService/...锛�
+ #鎺ュ彛鏄庣粏锛堣川妫�绛夛紱Feign 宸插浐瀹� ICusStockService stockInCompleted銆乻tockOutCompleted锛涜皟鎷� changeType=3 涓� stockTransferCompleted锛�
api:
notify-inspect: /report/inspect
- in-out-result-path: /dapilc/restful/service/ilcwmsplus/IKWebService/cusInventoryCompletionReport
+ stock-in-completed-path: /dapilc/restful/service/ilcwmsplus/ICusStockService/stockInCompleted
+ stock-out-completed-path: /dapilc/restful/service/ilcwmsplus/ICusStockService/stockOutCompleted
+# in-out-result-path: /dapilc/restful/service/ilcwmsplus/IKWebService/cusInventoryCompletionReport
inventory-adjust-path: /api/report/inventoryAdjust
mat-sync-path: /api/mat/sync
rcs:
@@ -142,18 +145,5 @@
http-audit:
# enabled: true
enabled: false
- # 瀹¤鏁版嵁婧愶細primary / cus-item-sync
- datasource: primary
- whitelist-only: true
- # false锛�/httpAuditLog銆�/httpAuditRule 涔熶細琚� Filter 璁板綍锛堣皟璇曠敤锛涚敓浜у缓璁� true锛�
- exclude-audit-self-paths: false
- rule-cache-refresh-ms: 60000
- query-response-max-chars: 500
- max-response-store-chars: 65535
- # 瑙勫垯鏈~ request_max_chars 鏃堕粯璁わ紱-1 琛ㄧず璇锋眰浣撳叆搴撲笉鎴柇
- default-request-store-chars: 65535
- path-descriptions:
- "/erp/order": "浜戜粨-璁㈠崟鏌ヨ"
- "/erp/order/add": "浜戜粨-鍗曟嵁涓嬪彂"
- "/erp/order/addAll": "浜戜粨-鎵归噺鍗曟嵁涓嬪彂"
- "/erp/order/cancel": "浜戜粨-鍙栨秷鍗曟嵁"
\ No newline at end of file
+ # 瀹¤鏁版嵁婧愶細primary / dj-cloud-wms
+ datasource: primary
\ No newline at end of file
--
Gitblit v1.9.1