|
@@ -37,6 +37,7 @@ import java.util.Objects;
|
|
|
import java.util.Set;
|
|
|
import java.util.UUID;
|
|
|
import javax.annotation.Resource;
|
|
|
+import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
@@ -51,6 +52,7 @@ import org.springframework.web.multipart.MultipartFile;
|
|
|
* @author
|
|
|
* @since 2022-01-19
|
|
|
*/
|
|
|
+@Slf4j
|
|
|
@Service
|
|
|
public class SceneUploadServiceImpl extends ServiceImpl<ISceneUploadMapper, SceneUpload> implements ISceneUploadService {
|
|
|
|