Commit 79eece0f by lizefeng

监视周转表的异常

parent f0b59484
......@@ -63,11 +63,11 @@ namespace AutoTurnOver.Controllers
}
catch (Exception ex)
{
new JsonResult(new
return new JsonResult(new
{
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