【fix sonar】OnlAuthRelationServiceImpl文件
This commit is contained in:
+2
-9
@@ -12,15 +12,8 @@ import com.jero.generater.modules.online.auth.service.IOnlAuthRelationService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@Service("onlAuthRelationServiceImpl")
|
||||
public class onlAuthRelationServiceImpl extends ServiceImpl<OnlAuthRelationMapper, OnlAuthRelation> implements IOnlAuthRelationService {
|
||||
@Service("OnlAuthRelationServiceImpl")
|
||||
public class OnlAuthRelationServiceImpl extends ServiceImpl<OnlAuthRelationMapper, OnlAuthRelation> implements IOnlAuthRelationService {
|
||||
public void saveRoleAuth(String roleId, String cgformId, int type, List<String> authIds) {
|
||||
LambdaQueryWrapper<OnlAuthRelation> lambdaQueryWrapper = new LambdaQueryWrapper();
|
||||
lambdaQueryWrapper.eq(OnlAuthRelation::getCgformId, cgformId)
|
||||
Reference in New Issue
Block a user