|
|
@ -58,6 +58,7 @@ public class FuncCarApiServiceImpl implements IFuncCarApiService { |
|
|
|
lqw2.eq(FuncCarApi::getUserId, records.get(0).getUserId()); |
|
|
|
lqw2.in(FuncCarApi::getApiUrl, urlSet); |
|
|
|
lqw2.notIn(FuncCarApi::getOperId, ids); |
|
|
|
lqw2.eq(FuncCarApi::getType,"compatibility"); |
|
|
|
List<FuncCarApi> funcCarApis = baseMapper.selectList(lqw2); |
|
|
|
funcCarApis.addAll(records); |
|
|
|
|
|
|
|