|
|
@@ -163,7 +163,7 @@ namespace TVShoppingCallCenter_ZLJ.Controllers.System
|
|
163
|
163
|
if (_sys_moduleinfoRepository.Update(ml).Result)
|
|
164
|
164
|
res += 1;
|
|
165
|
165
|
}
|
|
166
|
|
- if (res == ids.Length)
|
|
|
166
|
+ if (res == _ids.Count )
|
|
167
|
167
|
return Success("删除菜单成功");
|
|
168
|
168
|
else if (res > 0 && res < ids.Length)
|
|
169
|
169
|
return Error("部分删除失败,请查看后重新操作");
|