Commit 2d5320d3 by 刘旭

test

1 parent 6d9adbe8
Showing with 1 additions and 1 deletions
......@@ -17,7 +17,7 @@ public class TestController {
@RequestMapping("test")
@ResponseBody
public BaseLog test() {
BaseLog bl = new BaseLog(tc.test(), tc.test());
BaseLog bl = tc.test();
return bl;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!