【fix sonar】OnlAuthRelationServiceImpl文件

This commit is contained in:
梁琦涛
2023-03-09 18:02:28 +08:00
parent 33f94ece39
commit 5332435e41
@@ -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)