|
@@ -256,7 +256,7 @@ public class SettleRelaConfigLogic {
|
|
.count();
|
|
.count();
|
|
|
|
|
|
if (count > 0) {
|
|
if (count > 0) {
|
|
- final String err = existItems.stream().map(v -> v.getParentId() + ":" + v.getSubWebsitId()).collect(Collectors.joining(","));
|
|
|
|
|
|
+ final String err = entry.getKey();
|
|
throw new RemoteServiceException(err + "不能导入一级网点");
|
|
throw new RemoteServiceException(err + "不能导入一级网点");
|
|
}
|
|
}
|
|
|
|
|