From 0b193b98347b5563e59492d8f57eba8f67af6d23 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 27 六月 2023 11:35:54 +0800 Subject: [PATCH] 新增题目 --- smartor/src/main/java/com/smartor/service/impl/SvyCategoryServiceImpl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smartor/src/main/java/com/smartor/service/impl/SvyCategoryServiceImpl.java b/smartor/src/main/java/com/smartor/service/impl/SvyCategoryServiceImpl.java index 721e1f9..d67c134 100644 --- a/smartor/src/main/java/com/smartor/service/impl/SvyCategoryServiceImpl.java +++ b/smartor/src/main/java/com/smartor/service/impl/SvyCategoryServiceImpl.java @@ -27,9 +27,9 @@ * @return 闂嵎鍒嗙被 */ @Override - public SvyCategory selectSvyCategoryById(Long id) + public List<SvyCategory> selectSvyCategoryById(String categoryname) { - return svyCategoryMapper.selectSvyCategoryById(id); + return svyCategoryMapper.selectSvyCategoryById(categoryname); } /** -- Gitblit v1.9.3