From 68defbe491894e01c4402922de33c39633fca091 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 29 Mar 2022 14:25:54 +0800 Subject: [PATCH] 系统名称 --- 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