From 03cf062f4e435ff6d9c2e75d4341ae0eca97898c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 30 Mar 2022 17:32:38 +0800
Subject: [PATCH] Merge branch 'feature/订单服务单代码改造' of http://120.27.238.55:7000/r/beauty-erp into feature/订单服务单代码改造

---
 zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java b/zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java
index 199d54d..41d5d7c 100644
--- a/zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java
+++ b/zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java
@@ -403,10 +403,6 @@
 	 * 商城商品-充值卡
 	 */
 	String SHOPPING_GOODS_TYPE_CZK = "充值卡";
-	/**
-	 * 商城商品-综合卡
-	 */
-	String SHOPPING_GOODS_TYPE_ZHK = "综合卡";
 
 
 
@@ -552,7 +548,7 @@
 
 	// 服务器文件上传配置
 	String SAVE_PATH = "/mnt/hive/static/uploadeFile/";
-	String SAVE_URL = "http://resource.hive.jyymatrix.cc/uploadeFile/";
+	String SAVE_URL = "http://filehive2.jyymatrix.cc/uploadeFile/";
 
 
 	// 积分规则编号

--
Gitblit v1.9.1