Commit 3534e0c5 by 泽锋 李

fix

parent c336654b
......@@ -135,13 +135,14 @@ namespace AutoTurnOver.Controllers
return new JsonResult(new
{
rows = list,
total = total,
success = true
});
}
catch (Exception ex)
{
return new JsonResult(new
{
success = false
message = ex.Message,
stack_trace = ex.StackTrace
});
......
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