数据处理代码+同步加盟商
This commit is contained in:
@@ -69,6 +69,7 @@ public enum UserRoleEnum {
|
||||
|
||||
JING_DONG_OPERATIONS_CUSTOMER(500000000L,"京东运营大区客服"),
|
||||
JING_DONG_HEADQUARTERS_BUILD_CUSTOMER(510000000L,"京东总部建店客服"),
|
||||
FRANCHISEES(530000000L,"加盟商")
|
||||
;
|
||||
|
||||
private Long code;
|
||||
|
||||
@@ -59,7 +59,7 @@ public class RedisUtilPool {
|
||||
try {
|
||||
result = execute();
|
||||
} catch (Throwable e) {
|
||||
throw new RuntimeException("Redis execute exception", e);
|
||||
throw new RuntimeException("Redis execute exception", e);
|
||||
} finally {
|
||||
if (jedis != null) {
|
||||
jedis.close();
|
||||
|
||||
Reference in New Issue
Block a user