命名错误,课程营销标签分开的bug

This commit is contained in:
wangjinlei
2024-05-20 16:02:52 +08:00
parent 2547a918f8
commit 4be1541818
44 changed files with 498 additions and 300 deletions

View File

@@ -25,7 +25,7 @@ import org.springframework.stereotype.Service;
import java.util.*;
@Slf4j
@Service
@Service("sysShiroService")
public class ShiroServiceImpl implements ShiroService {
@Autowired
private SysMenuDao sysMenuDao;