数据处理代码+同步加盟商

This commit is contained in:
shuo.wang
2025-07-14 10:09:16 +08:00
parent 5a0dd61af8
commit 2b0c1a6404
14 changed files with 189 additions and 11 deletions

View File

@@ -69,6 +69,7 @@ public enum UserRoleEnum {
JING_DONG_OPERATIONS_CUSTOMER(500000000L,"京东运营大区客服"),
JING_DONG_HEADQUARTERS_BUILD_CUSTOMER(510000000L,"京东总部建店客服"),
FRANCHISEES(530000000L,"加盟商")
;
private Long code;

View File

@@ -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();