From 22e8a676ee42c0d78b3526bcd9a635abbe8dca03 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 28 六月 2022 11:28:21 +0800
Subject: [PATCH] 优化databus bug

---
 java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeAllocationStorehouseConstant.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeAllocationStorehouseConstant.java b/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeAllocationStorehouseConstant.java
index 563ef3b..8d9b1d4 100644
--- a/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeAllocationStorehouseConstant.java
+++ b/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeAllocationStorehouseConstant.java
@@ -9,23 +9,23 @@
     /**
      * 娣诲姞 浠撳簱璋冩嫧
      */
-    public static final String ADD_ALLOCATIONSTOREHOUSE = "allocationStorehouse.saveAllocationStorehouse";
+    public static final String ADD_ALLOCATIONSTOREHOUSE = "resourceStore.saveAllocationStorehouse";
 
 
     /**
      * 淇敼 浠撳簱璋冩嫧
      */
-    public static final String UPDATE_ALLOCATIONSTOREHOUSE = "allocationStorehouse.updateAllocationStorehouse";
+    public static final String UPDATE_ALLOCATIONSTOREHOUSE = "resourceStore.updateAllocationStorehouse";
     /**
      * 鍒犻櫎 浠撳簱璋冩嫧
      */
-    public static final String DELETE_ALLOCATIONSTOREHOUSE = "allocationStorehouse.deleteAllocationStorehouse";
+    public static final String DELETE_ALLOCATIONSTOREHOUSE = "resourceStore.deleteAllocationStorehouse";
 
 
     /**
      * 鏌ヨ 浠撳簱璋冩嫧
      */
-    public static final String LIST_ALLOCATIONSTOREHOUSES = "allocationStorehouse.listAllocationStorehouses";
+    public static final String LIST_ALLOCATIONSTOREHOUSES = "resourceStore.listAllocationStorehouses";
 
 
 }

--
Gitblit v1.8.0