【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;
|
import org.springframework.transaction.annotation.Transactional;
|
||||||
|
|
||||||
|
|
||||||
@Service("onlAuthPageServiceImpl")
|
@Service("OnlAuthPageServiceImpl")
|
||||||
public class onlAuthPageServiceImpl extends ServiceImpl<OnlAuthPageMapper, OnlAuthPage> implements IOnlAuthPageService {
|
public class OnlAuthPageServiceImpl extends ServiceImpl<OnlAuthPageMapper, OnlAuthPage> implements IOnlAuthPageService {
|
||||||
@Autowired
|
@Autowired
|
||||||
private OnlAuthRelationMapper onlAuthRelationMapper;
|
private OnlAuthRelationMapper onlAuthRelationMapper;
|
||||||
|
|
||||||
Reference in New Issue
Block a user