From bbe0a2fd03063316e50cf141986bda984599bbda Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Tue, 22 Feb 2022 23:41:42 +0800 Subject: [PATCH] Merge branch 'developer' --- zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java | 4 +++- 1 files changed, 3 insertions(+), 1 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 0ff4047..37951a2 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 @@ -552,7 +552,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/"; // 积分规则编号 @@ -571,4 +571,6 @@ String[] COLORS = { "#57c5d2", "#e3565e", "#2f343a", "#4d98db", "#4fbc9d", "#be9d4c"}; String SERVICE_OVER_BEGIN_END = "SERVICE_OVER_BEGIN_END"; + String SALE_MAN_IS_CONSUME_ACHIEVE = "SALE_MAN_IS_CONSUME_ACHIEVE"; + String ZS_CONSUME_ACHIEVE = "ZS_CONSUME_ACHIEVE"; } -- Gitblit v1.9.1