|
@@ -37,7 +37,7 @@ public class DataSyncServiceImpl implements DataSyncService {
|
|
public void sync(String methodName, SyncBaseRequest req, Boolean async, Boolean retry) {
|
|
public void sync(String methodName, SyncBaseRequest req, Boolean async, Boolean retry) {
|
|
String group = PropertyHolder.getString("$sync." + methodName + ".group");
|
|
String group = PropertyHolder.getString("$sync." + methodName + ".group");
|
|
if (StringUtils.isBlank(group)) {
|
|
if (StringUtils.isBlank(group)) {
|
|
- throw new StatusException("T-001001", "group is not configured");
|
|
|
|
|
|
+ throw new StatusException("001001", "group is not configured");
|
|
}
|
|
}
|
|
|
|
|
|
List<String> componentList = RegExpUtil.findAll(group, "[^\\,]+");
|
|
List<String> componentList = RegExpUtil.findAll(group, "[^\\,]+");
|