|
@@ -265,6 +265,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
public Long getCountByUserId(Long userId, List<Integer> resourceList) {
|
|
|
LambdaQueryWrapper<ScenePro> wrapper = new LambdaQueryWrapper<>();
|
|
|
wrapper.eq(ScenePro::getUserId,userId);
|
|
|
+ wrapper.eq(ScenePro::getIsUpgrade,0);
|
|
|
wrapper.in(ScenePro::getSceneSource,resourceList);
|
|
|
return this.count(wrapper);
|
|
|
}
|