人员同步修复

This commit is contained in:
zhangchenbiao
2023-07-06 14:50:05 +08:00
parent e80dc8ad1a
commit 9d23a0ca97
7 changed files with 70 additions and 9 deletions

View File

@@ -68,6 +68,7 @@ public class CommonConstants {
public static final String SQUAREBRACKETSRIGHT = "]";
public static final String PATH_SPILT = "/";
public static final String ROOT_REGION_PATH = "/1/";
/**
* rocketmq 消息最大重试次数

View File

@@ -56,7 +56,6 @@ public class ServiceException extends RuntimeException{
* 构造函数
* @param errorMessage
*/
@Deprecated
public ServiceException(String errorMessage) {
super(errorMessage);
this.errorMessage = errorMessage;