【fix sonar】OnlAuthDataServiceImpl文件
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
package com.jero.generater.modules.online.auth.service.impl;
|
||||
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.Wrapper;
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
@@ -11,8 +11,8 @@ import com.jero.generater.modules.online.auth.service.IOnlAuthDataService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@Service("onlAuthDataServiceImpl")
|
||||
public class onlAuthDataServiceImpl extends ServiceImpl<OnlAuthDataMapper, OnlAuthData> implements IOnlAuthDataService
|
||||
@Service("OnlAuthDataServiceImpl")
|
||||
public class OnlAuthDataServiceImpl extends ServiceImpl<OnlAuthDataMapper, OnlAuthData> implements IOnlAuthDataService
|
||||
{
|
||||
@Autowired
|
||||
private OnlAuthRelationMapper onlAuthRelationMapper;
|
||||
Reference in New Issue
Block a user