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