区域配置、提交意向金、银行接口
This commit is contained in:
@@ -147,4 +147,7 @@ public class CommonConstants {
|
||||
|
||||
public static final String FOLLOW_TASK_NOTICE_KEY = "follow_task_notice:{0}:{1}";
|
||||
|
||||
public static final Long LONG_ONE = 1L;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -78,6 +78,7 @@ public enum ErrorCodeEnum {
|
||||
INVESTMENT_MANAGER_NOT_EXIST(500016, "当前招商经理不存在", null),
|
||||
PARTNER_MOBILE_EXIST_0(500017, "手机号码已存在", null),
|
||||
TIME_OCCUPIED(500018, "预约时间被占用", null),
|
||||
LINE_PAY_IS_NOT_EXIST(500019, "意向金信息不存在!", null),
|
||||
|
||||
|
||||
INTERVIEW_ENTER_FAIL(1021101, "进入面审间失败", null),
|
||||
@@ -135,6 +136,8 @@ public enum ErrorCodeEnum {
|
||||
|
||||
|
||||
OPEN_AREA_IS_NOT_EXISTS(107006, "意向区域城市不存在", null),
|
||||
|
||||
REGION_NOT_EXIST(108001, "区域不存在",null),
|
||||
;
|
||||
|
||||
|
||||
|
||||
@@ -19,6 +19,9 @@ public class RedisConstantUtil {
|
||||
@Value("${spring.profiles.active}")
|
||||
private String active;
|
||||
|
||||
@Value("${mybatis.configuration.variables.enterpriseId}")
|
||||
private String eid;
|
||||
|
||||
/**
|
||||
* 获取钉钉同步区域key
|
||||
*
|
||||
@@ -87,7 +90,7 @@ public class RedisConstantUtil {
|
||||
return active + "_" + RedisConstant.GUIDE_INFO + eid + ":" + menuId;
|
||||
}
|
||||
|
||||
public String getRegionNameListKey(String eid, String regionId) {
|
||||
public String getRegionNameListKey(String regionId) {
|
||||
return active + "_" + RedisConstant.REGION_ALL_NAME_CACHE + eid + ":" + regionId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user