Commit c78c922a by lizefeng

监视周转表异常

parent 79eece0f
...@@ -58,7 +58,7 @@ namespace AutoTurnOver.Controllers ...@@ -58,7 +58,7 @@ namespace AutoTurnOver.Controllers
{ {
rows = list, rows = list,
total = total, total = total,
pagecount = (total / limit + (total % limit > 0 ? 1 : 0)) pagecount = (total / limit + (total % limit > 0 ? 1 : 0))
}); });
} }
catch (Exception ex) catch (Exception ex)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment