Commit 0f2f57c9 by wangli

修改

1 parent f28bb7de
...@@ -103,7 +103,7 @@ public class BusinessBlockServiceImpl implements BusinessBlockService { ...@@ -103,7 +103,7 @@ public class BusinessBlockServiceImpl implements BusinessBlockService {
resp.setTip(""); resp.setTip("");
resp.setContent(blocks); resp.setContent(blocks);
return null; return Result.success(resp);
} }
@Override @Override
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!