人员同步修复
This commit is contained in:
@@ -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 消息最大重试次数
|
||||
|
||||
@@ -56,7 +56,6 @@ public class ServiceException extends RuntimeException{
|
||||
* 构造函数
|
||||
* @param errorMessage
|
||||
*/
|
||||
@Deprecated
|
||||
public ServiceException(String errorMessage) {
|
||||
super(errorMessage);
|
||||
this.errorMessage = errorMessage;
|
||||
|
||||
Reference in New Issue
Block a user