【fix sonar】OnlAuthPageServiceImpl文件
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user