|
@@ -878,9 +878,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
}
|
|
|
scenePlusExt.setThumb(scenePlusExt.getThumb().concat("?t=") + System.currentTimeMillis());
|
|
|
|
|
|
- if (!ObjectUtils.isEmpty(userName)) {
|
|
|
- scenePlus.setUserId(userId);
|
|
|
- }
|
|
|
+ scenePlus.setUserId(userId);
|
|
|
|
|
|
if (sceneShootCount == null) {
|
|
|
scenePlusExt.setShootCount(0);
|