diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/PublicController.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/PublicController.java index 065c0f4..2dfcf45 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/PublicController.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/PublicController.java @@ -320,10 +320,12 @@ public class PublicController extends BaseController { } /** - * 查询检测板列表 + * 查询检测板列表查询检测板列表 + * @param jcb + * @return */ - @GetMapping("/list") - public TableDataInfo list(Jcb jcb) + @GetMapping("/jcbList") + public TableDataInfo jcbList(Jcb jcb) { startPage(); List list = jcbService.queryList(jcb);