Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
legobackend
/
lego-manage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0a723442
authored
2025-05-08 13:07:00 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
703a92e8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
lego-core/src/main/java/com/lego/core/service/impl/CourseServiceImpl.java
lego-core/src/main/java/com/lego/core/service/impl/CourseServiceImpl.java
View file @
0a72344
...
...
@@ -120,9 +120,21 @@ public class CourseServiceImpl implements ICourseService {
if
(
StrUtil
.
isNotBlank
(
vo
.
getTwoDimensionalOssId
())){
vo
.
setTwoDimensionalOssUrl
(
ossUrlService
.
selectUrlByIds
(
vo
.
getTwoDimensionalOssId
()));
}
if
(
StrUtil
.
isNotBlank
(
vo
.
getTwoDimensionalUrl
())){
vo
.
setTwoDimensionalUrl
(
ossUrlService
.
selectUrlByIds
(
vo
.
getTwoDimensionalUrl
()));
}
if
(
StrUtil
.
isNotBlank
(
vo
.
getTwoDimensionalType
())){
vo
.
setTwoDimensionalType
(
ossUrlService
.
selectUrlByIds
(
vo
.
getTwoDimensionalType
()));
}
if
(
StrUtil
.
isNotBlank
(
vo
.
getThreeDimensionalOssId
())){
vo
.
setThreeDimensionalOssUrl
(
ossUrlService
.
selectUrlByIds
(
vo
.
getThreeDimensionalOssId
()));
}
if
(
StrUtil
.
isNotBlank
(
vo
.
getThreeDimensionalUrl
())){
vo
.
setThreeDimensionalUrl
(
ossUrlService
.
selectUrlByIds
(
vo
.
getThreeDimensionalUrl
()));
}
if
(
StrUtil
.
isNotBlank
(
vo
.
getThreeDimensionalType
())){
vo
.
setThreeDimensionalType
(
ossUrlService
.
selectUrlByIds
(
vo
.
getThreeDimensionalType
()));
}
if
(
StrUtil
.
isNotBlank
(
vo
.
getCaseOssId
())){
vo
.
setCaseOssUrl
(
ossUrlService
.
selectUrlByIds
(
vo
.
getCaseOssId
()));
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment