提交 a53557d6 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 79624f7d
......@@ -28,7 +28,7 @@ public class FgAdspaceController {
@Autowired
private FgAdspaceService fgAdspaceService;
@ApiOperation(value = "查询", notes = "根据广告位代码查询全部")
@ApiOperation(value = "查 询", notes = "根据广告位代码查询全部")
@GetMapping(value = "/adsign")
public CallBack<List<Adspace>> getAllBySignValue(String signValue) {
return CallBack.success(fgAdspaceService.getAllBySignValue(signValue));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论