Commit cb4e3a64 by guojuxing

自定义域字段-新增服务

parent abe73a27
......@@ -82,7 +82,7 @@ public class StoreFieldController {
if (result.isSuccess()) {
return RestResponse.failure(result.getCode(), result.getMessage());
} else {
RestResponse.success(result.getResult());
return RestResponse.success(result.getResult());
}
}
......
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