【fix sonar】OnlAuthPageServiceImpl文件

This commit is contained in:
梁琦涛
2023-03-09 18:02:17 +08:00
parent 5cad0432e6
commit 33f94ece39
@@ -23,8 +23,8 @@ import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@Service("onlAuthPageServiceImpl")
public class onlAuthPageServiceImpl extends ServiceImpl<OnlAuthPageMapper, OnlAuthPage> implements IOnlAuthPageService {
@Service("OnlAuthPageServiceImpl")
public class OnlAuthPageServiceImpl extends ServiceImpl<OnlAuthPageMapper, OnlAuthPage> implements IOnlAuthPageService {
@Autowired
private OnlAuthRelationMapper onlAuthRelationMapper;