|
@@ -359,7 +359,7 @@ public class AdminWebsitLogic {
|
|
|
.count();
|
|
|
|
|
|
if (existSubUserCount > 0) {
|
|
|
- throw new RemoteServiceException(id + "部门的子级存在与账号绑定关系,删除失败");
|
|
|
+ throw new RemoteServiceException(websitId + "部门的" + id + "子级部门存在与账号绑定关系,删除失败");
|
|
|
}
|
|
|
}
|
|
|
adminWebsitService.lambdaUpdate().in(AdminWebsit::getWebsitId, ids).remove();
|