@@ -311,7 +311,7 @@ namespace TVShoppingCallCenter_ZLJ.Controllers.Traffic
if (_sys_areaRepository.Update(ml).Result)
res += 1;
}
- if (res == ids.Length)
+ if (res == _ids.Count ())
return Success("删除成功");
else if (res > 0 && res < ids.Length)
return Error("部分删除失败,请查看后重新操作");