|
@@ -55,6 +55,7 @@ public class TestController {
|
|
|
LambdaUpdateWrapper<ScenePlusExt> wrapper = new LambdaUpdateWrapper<>();
|
|
|
wrapper.eq(ScenePlusExt::getId,ext.getId());
|
|
|
wrapper.set(ScenePlusExt::getViewCount,sceneProRe.getViewCount());
|
|
|
+ scenePlusExtService.update(wrapper);
|
|
|
}
|
|
|
}
|
|
|
}
|