Commit c389b80c by guojuxing

自定义字段列表添加字段:是否是列表/筛选支持 标志

parent 1d27208f
......@@ -77,7 +77,7 @@ public class StoreFieldController {
}
ServiceResponse<List<StoreFieldDTO>> result = storeFieldApiService.listStoreFieldByRegionId(regionId);
if (result.isSuccess()) {
RestResponse.success(transferDtoToVo(result.getResult()));
return RestResponse.success(transferDtoToVo(result.getResult()));
} else {
return RestResponse.failure(result.getCode(), result.getMessage());
}
......
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